Lines Matching +full:dsp +full:- +full:gpio2
5 * Derived from: arch/arm/mach-davinci/board-dm644x-evm.c
26 #include <linux/platform_data/gpio-davinci.h>
27 #include <linux/platform_data/mtd-davinci.h>
28 #include <linux/platform_data/mtd-davinci-aemif.h>
29 #include <linux/platform_data/spi-davinci.h>
30 #include <linux/platform_data/usb-davinci.h>
31 #include <linux/platform_data/ti-aemif.h>
34 #include <linux/nvmem-provider.h>
36 #include <asm/mach-types.h>
47 * USB1 VBUS is controlled by GPIO1[15], over-current is reported on GPIO2[4].
54 -1
76 .name = "reg-fixed-voltage",
84 .dev_id = "ohci-da8xx",
92 .dev_id = "reg-fixed-voltage.0",
162 -1
185 * GPIO2[1] is used as MMC_SD_WP and GPIO2[2] as MMC_SD_INS.
192 -1
199 .dev_id = "da830-mmc.0",
201 /* gpio chip 1 contains gpio range 32-63 */
239 /* bootloader (U-Boot, etc) in first sector */
244 .mask_flags = MTD_WRITEABLE, /* force read-only */
251 .mask_flags = MTD_WRITEABLE, /* force read-only */
320 .end = DA8XX_AEMIF_CS3_BASE + PAGE_SIZE - 1,
325 .end = DA8XX_AEMIF_CTL_BASE + SZ_32K - 1,
345 .end = DA8XX_AEMIF_CTL_BASE + SZ_32K - 1,
365 .name = "ti-aemif",
366 .id = -1,
375 * UI board NAND/NOR flashes only use 8-bit data bus.
385 -1
440 .nvmem_name = "1-00500",
446 .nvmem_name = "1-00500",
449 .con_id = "mac-address",
506 * example: Timer, GPIO, UART events etc) on da830/omap-l137 EVM, hence
507 * they are being reserved for codecs on the DSP side.
515 {-1, -1}
524 {-1, -1}
536 .name = "DSP-UBL",
542 .name = "ARM-UBL",
548 .name = "U-Boot",
550 .size = SZ_256K - SZ_32K,
554 .name = "U-Boot-Environment",
617 soc_info->emac_pdata->rmii_en = 1; in da830_evm_init()
618 soc_info->emac_pdata->phy_id = DA830_EVM_PHY_ID; in da830_evm_init()
682 MACHINE_START(DAVINCI_DA830_EVM, "DaVinci DA830/OMAP-L137/AM17x EVM")