Lines Matching +full:serial +full:- +full:clk +full:- +full:low
4 * Based on board-dm355-evm.c
19 #include <linux/clk.h>
22 #include <linux/platform_data/i2c-davinci.h>
23 #include <linux/platform_data/mmc-davinci.h>
24 #include <linux/platform_data/mtd-davinci.h>
25 #include <linux/platform_data/usb-davinci.h>
27 #include <asm/mach-types.h>
31 #include <mach/serial.h>
44 /* UBL (a few copies) plus U-Boot */
48 .mask_flags = MTD_WRITEABLE, /* force read-only */
50 /* U-Boot environment */
88 .end = DM355_ASYNC_EMIF_DATA_CE0_BASE + SZ_32M - 1,
92 .end = DM355_ASYNC_EMIF_CONTROL_BASE + SZ_4K - 1,
114 static int leopard_mmc_gpio = -EINVAL;
123 /* we "know" these are input-only so we don't in dm355leopard_mmcsd_gpios()
169 .id = -1,
187 return -ENXIO; in dm355leopard_mmc_get_cd()
188 /* low == card present */ in dm355leopard_mmc_get_cd()
195 return -ENXIO; in dm355leopard_mmc_get_ro()
209 * mode *and* have to do so with some kind of gender-bender. If
210 * you have proper Mini-B or Mini-A cables (or Mini-A adapters)
213 #define USB_ID_VALUE 1 /* ID pulled low */
235 struct clk *aemif; in dm355_leopard_init()