xref: /openbmc/u-boot/include/configs/duovero.h (revision e8f80a5a)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright: 2013
4  * Gumstix, Inc - http://www.gumstix.com
5  * Maintainer: Ash Charles  <ash@gumstix.com>
6  *
7  * Configuration settings for the Gumstix DuoVero board.
8  * See omap4_common.h for OMAP4 common part
9  */
10 
11 #ifndef __CONFIG_DUOVERO_H
12 #define __CONFIG_DUOVERO_H
13 
14 /*
15  * High Level Configuration Options
16  */
17 #define CONFIG_DUOVERO
18 #define CONFIG_MACH_TYPE                MACH_TYPE_DUOVERO
19 
20 #include <configs/ti_omap4_common.h>
21 
22 #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
23 #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
24 #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
25 
26 /* USB UHH support options */
27 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
28 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
29 
30 #define CONFIG_SYS_ENABLE_PADS_ALL
31 
32 /* GPIO */
33 
34 /* ENV related config options */
35 
36 #endif /* __CONFIG_DUOVERO_H */
37