Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 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 |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef __CONFIG_DUOVERO_H |
| 12 | #define __CONFIG_DUOVERO_H |
| 13 | |
| 14 | /* |
| 15 | * High Level Configuration Options |
| 16 | */ |
| 17 | #define CONFIG_DUOVERO |
Tom Rini | 92a1bab | 2017-01-25 20:42:36 -0500 | [diff] [blame] | 18 | #define CONFIG_MACH_TYPE MACH_TYPE_DUOVERO |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 19 | |
| 20 | #include <configs/ti_omap4_common.h> |
| 21 | |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 22 | #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS |
| 23 | #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION |
| 24 | #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS |
| 25 | |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 26 | /* USB UHH support options */ |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 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 | |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 32 | /* GPIO */ |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 33 | |
| 34 | /* ENV related config options */ |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 35 | |
Ash Charles | ffe1691 | 2014-05-14 08:34:34 -0700 | [diff] [blame] | 36 | #endif /* __CONFIG_DUOVERO_H */ |