blob: 1fecac2bc80486528c2fe7605c99e88235c84cb3 [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
Tom Rini92a1bab2017-01-25 20:42:36 -050019#define CONFIG_MACH_TYPE MACH_TYPE_DUOVERO
Ash Charlesffe16912014-05-14 08:34:34 -070020
21#include <configs/ti_omap4_common.h>
22
Ash Charlesffe16912014-05-14 08:34:34 -070023#undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
24#define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
25#define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
26
Ash Charlesffe16912014-05-14 08:34:34 -070027/* USB UHH support options */
Ash Charlesffe16912014-05-14 08:34:34 -070028#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
29#define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
30
31#define CONFIG_SYS_ENABLE_PADS_ALL
32
Ash Charlesffe16912014-05-14 08:34:34 -070033/* GPIO */
Ash Charlesffe16912014-05-14 08:34:34 -070034
35/* ENV related config options */
Ash Charlesffe16912014-05-14 08:34:34 -070036
Ash Charlesffe16912014-05-14 08:34:34 -070037#endif /* __CONFIG_DUOVERO_H */