Lines Matching +full:gpio +full:- +full:mux +full:- +full:clock
2 * linux/arch/arm/mach-omap2/board-apollon.c
7 * Modified from mach-omap/omap2/board-h4.c
10 * the bootloader passes the board-specific data to the kernel.
12 * type if you need custom low-level initializations.
30 #include <linux/gpio.h>
33 #include <asm/mach-types.h>
44 #include <video/omap-panel-generic-dpi.h>
46 #include "mux.h"
63 .name = "X-Loader + U-Boot",
107 .name = "onenand-flash",
108 .id = -1,
125 apollon_flash_resource[0].end = base + SZ_128K - 1; in apollon_flash_init()
147 .id = -1,
160 .gpio = LED0_GPIO13,
166 .gpio = LED1_GPIO14,
172 .gpio = LED2_GPIO15,
182 .name = "omap-led",
183 .id = -1,
249 printk(KERN_ERR "Failed to request GPIO%d for smc91x IRQ\n", in apollon_init_smc91x()
287 static struct gpio apollon_gpio_leds[] __initdata = {
288 { LED0_GPIO13, GPIOF_OUT_INIT_LOW, "LED0" }, /* LED0 - AA10 */
289 { LED1_GPIO14, GPIOF_OUT_INIT_LOW, "LED1" }, /* LED1 - AA6 */
290 { LED2_GPIO15, GPIOF_OUT_INIT_LOW, "LED2" }, /* LED2 - AA4 */
334 /* Use Interal loop-back in MMC/SDIO Module Input Clock selection */ in omap_apollon_init()
341 * You have to mux them off in device drivers later on in omap_apollon_init()