Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 1 | /* |
| 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 |
Tom Rini | 92a1bab | 2017-01-25 20:42:36 -0500 | [diff] [blame] | 19 | #define CONFIG_MACH_TYPE MACH_TYPE_DUOVERO |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 20 | |
| 21 | #include <configs/ti_omap4_common.h> |
| 22 | |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 23 | #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS |
| 24 | #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION |
| 25 | #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS |
| 26 | |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 27 | /* USB UHH support options */ |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 28 | #define CONFIG_USB_EHCI |
| 29 | #define CONFIG_USB_EHCI_OMAP |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 30 | #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 |
| 31 | |
| 32 | #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1 |
| 33 | #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62 |
| 34 | |
| 35 | #define CONFIG_SYS_ENABLE_PADS_ALL |
| 36 | |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 37 | #define CONFIG_SMC911X |
| 38 | #define CONFIG_SMC911X_32_BIT |
| 39 | #define CONFIG_SMC911X_BASE 0x2C000000 |
| 40 | |
| 41 | /* GPIO */ |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 42 | |
| 43 | /* ENV related config options */ |
| 44 | #define CONFIG_ENV_IS_NOWHERE |
| 45 | |
| 46 | #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG |
| 47 | |
| 48 | #endif /* __CONFIG_DUOVERO_H */ |