Lines Matching +full:serial +full:- +full:clk +full:- +full:low
1 // SPDX-License-Identifier: GPL-2.0-only
5 * Based on board-dm355-evm.c
16 #include <linux/clk.h>
19 #include <linux/platform_data/i2c-davinci.h>
20 #include <linux/platform_data/mmc-davinci.h>
21 #include <linux/platform_data/mtd-davinci.h>
22 #include <linux/platform_data/usb-davinci.h>
24 #include <asm/mach-types.h>
28 #include "serial.h"
40 /* UBL (a few copies) plus U-Boot */
44 .mask_flags = MTD_WRITEABLE, /* force read-only */
46 /* U-Boot environment */
84 .end = DM355_ASYNC_EMIF_DATA_CE0_BASE + SZ_32M - 1,
88 .end = DM355_ASYNC_EMIF_CONTROL_BASE + SZ_4K - 1,
110 static int leopard_mmc_gpio = -EINVAL;
119 /* we "know" these are input-only so we don't in dm355leopard_mmcsd_gpios()
165 .id = -1,
183 return -ENXIO; in dm355leopard_mmc_get_cd()
184 /* low == card present */ in dm355leopard_mmc_get_cd()
191 return -ENXIO; in dm355leopard_mmc_get_ro()
205 * mode *and* have to do so with some kind of gender-bender. If
206 * you have proper Mini-B or Mini-A cables (or Mini-A adapters)
209 #define USB_ID_VALUE 1 /* ID pulled low */
231 struct clk *aemif; in dm355_leopard_init()