Lines Matching +full:bootloader +full:- +full:key
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-omap1/board-innovator.c
5 * Board specific inits for OMAP-1510 and OMAP-1610 Innovator
27 #include <asm/mach-types.h>
34 #include <linux/platform_data/keypad-omap.h>
47 KEY(0, 0, KEY_F1),
48 KEY(3, 0, KEY_DOWN),
49 KEY(1, 1, KEY_F2),
50 KEY(2, 1, KEY_RIGHT),
51 KEY(0, 2, KEY_F3),
52 KEY(1, 2, KEY_F4),
53 KEY(2, 2, KEY_UP),
54 KEY(2, 3, KEY_ENTER),
55 KEY(3, 3, KEY_LEFT),
59 /* bootloader (U-Boot, etc) in first sector */
61 .name = "bootloader",
64 .mask_flags = MTD_WRITEABLE, /* force read-only */
66 /* bootloader params in the next sector */
84 .size = SZ_16M - SZ_2M - 2 * SZ_128K,
105 .end = OMAP_CS0_PHYS + SZ_32M - 1,
110 .name = "physmap-flash",
140 .name = "omap-keypad",
141 .id = -1,
196 .id = -1,
201 .id = -1,
263 .id = -1,
291 /* for bundled non-standard host and peripheral cables */
309 /* usb1 has a Mini-AB port and external isp1301 transceiver */
316 /* NONSTANDARD CABLE NEEDED (B-to-Mini-B) */
345 * - mmc_get_wp that uses OMAP_MPUIO(3)
346 * - mmc_get_cover_state that uses FPGA F4 UIO43
442 /* Dump the Innovator FPGA rev early - useful info for support. */ in innovator_map_io()
450 MACHINE_START(OMAP_INNOVATOR, "TI-Innovator")