3 * Gumstix, Inc - http://www.gumstix.com
4 * Maintainer: Ash Charles <ash@gumstix.com>
6 * Configuration settings for the Gumstix DuoVero board.
7 * See omap4_common.h for OMAP4 common part
9 * SPDX-License-Identifier: GPL-2.0+
12 #ifndef __CONFIG_DUOVERO_H
13 #define __CONFIG_DUOVERO_H
16 * High Level Configuration Options
18 #define CONFIG_DUOVERO
19 #define MACH_TYPE_OMAP4_DUOVERO 4097 /* Until the next sync */
20 #define CONFIG_MACH_TYPE MACH_TYPE_OMAP4_DUOVERO
22 #include <configs/ti_omap4_common.h>
24 #undef CONFIG_SPL_OS_BOOT
26 #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
27 #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
28 #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
30 #undef CONFIG_SYS_PROMPT
31 #define CONFIG_SYS_PROMPT "duovero # "
33 /* USB UHH support options */
34 #define CONFIG_CMD_USB
35 #define CONFIG_USB_HOST
36 #define CONFIG_USB_EHCI
37 #define CONFIG_USB_EHCI_OMAP
38 #define CONFIG_USB_STORAGE
39 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
41 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
42 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
44 #define CONFIG_SYS_ENABLE_PADS_ALL
46 #define CONFIG_CMD_PING
47 #define CONFIG_CMD_DHCP
48 #define CONFIG_CMD_NET
50 #define CONFIG_SMC911X
51 #define CONFIG_SMC911X_32_BIT
52 #define CONFIG_SMC911X_BASE 0x2C000000
55 #define CONFIG_CMD_GPIO
57 /* ENV related config options */
58 #define CONFIG_ENV_IS_NOWHERE
60 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
62 #endif /* __CONFIG_DUOVERO_H */