2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2010-06-11 20:35:26 -07:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2010
|
|
|
|
* Texas Instruments Incorporated.
|
|
|
|
* Steve Sakoman <steve@sakoman.com>
|
|
|
|
*
|
|
|
|
* Configuration settings for the TI OMAP4 Panda board.
|
2013-12-06 21:30:18 +01:00
|
|
|
* See ti_omap4_common.h for OMAP4 common part
|
2010-06-11 20:35:26 -07:00
|
|
|
*/
|
|
|
|
|
2011-09-08 11:05:49 -04:00
|
|
|
#ifndef __CONFIG_PANDA_H
|
|
|
|
#define __CONFIG_PANDA_H
|
2010-06-11 20:35:26 -07:00
|
|
|
|
|
|
|
/*
|
|
|
|
* High Level Configuration Options
|
|
|
|
*/
|
2012-02-06 03:55:37 +00:00
|
|
|
|
|
|
|
/* USB UHH support options */
|
|
|
|
#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
|
|
|
|
#define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
|
|
|
|
|
|
|
|
/* USB Networking options */
|
|
|
|
|
|
|
|
#define CONFIG_UBOOT_ENABLE_PADS_ALL
|
|
|
|
|
2013-12-06 21:30:18 +01:00
|
|
|
#include <configs/ti_omap4_common.h>
|
2010-06-11 20:35:26 -07:00
|
|
|
|
2011-10-12 10:31:45 +00:00
|
|
|
/* GPIO */
|
|
|
|
|
2011-09-08 11:05:49 -04:00
|
|
|
/* ENV related config options */
|
2010-07-07 15:25:25 -07:00
|
|
|
|
2015-03-18 10:51:47 +01:00
|
|
|
#define CONFIG_ENV_OVERWRITE
|
2013-04-18 06:29:54 +00:00
|
|
|
|
2011-09-08 11:05:49 -04:00
|
|
|
#endif /* __CONFIG_PANDA_H */
|