Lines Matching +full:no +full:- +full:otg +full:- +full:pins
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>
59 /* bootloader (U-Boot, etc) in first sector */
64 .mask_flags = MTD_WRITEABLE, /* force read-only */
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,
219 .vref_delay_usecs = 100, /* internal, no capacitor */
263 .id = -1,
291 /* for bundled non-standard host and peripheral cables */
295 .pins[1] = 6,
296 .pins[2] = 6, /* Conflicts with UART2 */
299 .pins[0] = 2,
309 /* usb1 has a Mini-AB port and external isp1301 transceiver */
310 .otg = 2,
313 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */
316 /* NONSTANDARD CABLE NEEDED (B-to-Mini-B) */
317 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
320 .pins[1] = 3,
345 * - mmc_get_wp that uses OMAP_MPUIO(3)
346 * - mmc_get_cover_state that uses FPGA F4 UIO43
381 /* mux pins for uarts */ in innovator_init()
442 /* Dump the Innovator FPGA rev early - useful info for support. */ in innovator_map_io()
450 MACHINE_START(OMAP_INNOVATOR, "TI-Innovator")