1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Gumstix, Inc - http://www.gumstix.com
5 * Maintainer: Ash Charles <ash@gumstix.com>
7 * Configuration settings for the Gumstix DuoVero board.
8 * See omap4_common.h for OMAP4 common part
11 #ifndef __CONFIG_DUOVERO_H
12 #define __CONFIG_DUOVERO_H
15 * High Level Configuration Options
17 #define CONFIG_DUOVERO
18 #define CONFIG_MACH_TYPE MACH_TYPE_DUOVERO
20 #include <configs/ti_omap4_common.h>
22 #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
23 #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
24 #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
26 /* USB UHH support options */
27 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
28 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
30 #define CONFIG_SYS_ENABLE_PADS_ALL
34 /* ENV related config options */
36 #endif /* __CONFIG_DUOVERO_H */