2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2014-05-14 15:34:34 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright: 2013
|
|
|
|
* Gumstix, Inc - http://www.gumstix.com
|
|
|
|
* Maintainer: Ash Charles <ash@gumstix.com>
|
|
|
|
*
|
|
|
|
* Configuration settings for the Gumstix DuoVero board.
|
|
|
|
* See omap4_common.h for OMAP4 common part
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_DUOVERO_H
|
|
|
|
#define __CONFIG_DUOVERO_H
|
|
|
|
|
|
|
|
/*
|
|
|
|
* High Level Configuration Options
|
|
|
|
*/
|
|
|
|
#define CONFIG_DUOVERO
|
2017-01-26 01:42:36 +00:00
|
|
|
#define CONFIG_MACH_TYPE MACH_TYPE_DUOVERO
|
2014-05-14 15:34:34 +00:00
|
|
|
|
|
|
|
#include <configs/ti_omap4_common.h>
|
|
|
|
|
|
|
|
#undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
|
|
|
|
#define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
|
|
|
|
#define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
|
|
|
|
|
|
|
|
/* USB UHH support options */
|
|
|
|
#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
|
|
|
|
#define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
|
|
|
|
|
|
|
|
#define CONFIG_SYS_ENABLE_PADS_ALL
|
|
|
|
|
|
|
|
/* GPIO */
|
|
|
|
|
|
|
|
/* ENV related config options */
|
|
|
|
|
|
|
|
#endif /* __CONFIG_DUOVERO_H */
|