blob: dccb369991cc8fac504d6f28ac7f30b7016dd1f0 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Ash Charlesffe16912014-05-14 08:34:34 -07002/*
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 Charlesffe16912014-05-14 08:34:34 -07009 */
10
11#ifndef __CONFIG_DUOVERO_H
12#define __CONFIG_DUOVERO_H
13
14/*
15 * High Level Configuration Options
16 */
17#define CONFIG_DUOVERO
Tom Rini92a1bab2017-01-25 20:42:36 -050018#define CONFIG_MACH_TYPE MACH_TYPE_DUOVERO
Ash Charlesffe16912014-05-14 08:34:34 -070019
20#include <configs/ti_omap4_common.h>
21
Ash Charlesffe16912014-05-14 08:34:34 -070022#undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
23#define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
24#define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
25
Ash Charlesffe16912014-05-14 08:34:34 -070026/* USB UHH support options */
Ash Charlesffe16912014-05-14 08:34:34 -070027#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 Charlesffe16912014-05-14 08:34:34 -070032/* GPIO */
Ash Charlesffe16912014-05-14 08:34:34 -070033
34/* ENV related config options */
Ash Charlesffe16912014-05-14 08:34:34 -070035
Ash Charlesffe16912014-05-14 08:34:34 -070036#endif /* __CONFIG_DUOVERO_H */