blob: 868158b2e012f8c078070e1f99eeb607dff57171 [file] [log] [blame]
Ash Charlesffe16912014-05-14 08:34:34 -07001/*
2 * (C) Copyright: 2013
3 * Gumstix, Inc - http://www.gumstix.com
4 * Maintainer: Ash Charles <ash@gumstix.com>
5 *
6 * Configuration settings for the Gumstix DuoVero board.
7 * See omap4_common.h for OMAP4 common part
8 *
9 * SPDX-License-Identifier: GPL-2.0+
10 */
11
12#ifndef __CONFIG_DUOVERO_H
13#define __CONFIG_DUOVERO_H
14
15/*
16 * High Level Configuration Options
17 */
18#define CONFIG_DUOVERO
19#define MACH_TYPE_OMAP4_DUOVERO 4097 /* Until the next sync */
20#define CONFIG_MACH_TYPE MACH_TYPE_OMAP4_DUOVERO
21
22#include <configs/ti_omap4_common.h>
23
24#undef CONFIG_SPL_OS_BOOT
Ash Charles4bf11dc2016-05-05 11:58:07 -070025#undef CONFIG_EFI_PARTITION
Ash Charlesffe16912014-05-14 08:34:34 -070026
27#undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
28#define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
29#define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
30
Ash Charlesffe16912014-05-14 08:34:34 -070031/* USB UHH support options */
Ash Charlesffe16912014-05-14 08:34:34 -070032#define CONFIG_USB_EHCI
33#define CONFIG_USB_EHCI_OMAP
Ash Charlesffe16912014-05-14 08:34:34 -070034#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
35
36#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
37#define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
38
39#define CONFIG_SYS_ENABLE_PADS_ALL
40
Ash Charlesffe16912014-05-14 08:34:34 -070041#define CONFIG_SMC911X
42#define CONFIG_SMC911X_32_BIT
43#define CONFIG_SMC911X_BASE 0x2C000000
44
45/* GPIO */
Ash Charlesffe16912014-05-14 08:34:34 -070046
47/* ENV related config options */
48#define CONFIG_ENV_IS_NOWHERE
49
50#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
51
52#endif /* __CONFIG_DUOVERO_H */