2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2010-06-12 03:35:26 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2010
|
|
|
|
* Texas Instruments Incorporated.
|
|
|
|
* Steve Sakoman <steve@sakoman.com>
|
|
|
|
*
|
|
|
|
* Configuration settings for the TI OMAP4 Panda board.
|
2013-12-06 20:30:18 +00:00
|
|
|
* See ti_omap4_common.h for OMAP4 common part
|
2010-06-12 03:35:26 +00:00
|
|
|
*/
|
|
|
|
|
2011-09-08 15:05:49 +00:00
|
|
|
#ifndef __CONFIG_PANDA_H
|
|
|
|
#define __CONFIG_PANDA_H
|
2010-06-12 03:35:26 +00: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 20:30:18 +00:00
|
|
|
#include <configs/ti_omap4_common.h>
|
2010-06-12 03:35:26 +00:00
|
|
|
|
2011-10-12 10:31:45 +00:00
|
|
|
/* GPIO */
|
|
|
|
|
2011-09-08 15:05:49 +00:00
|
|
|
/* ENV related config options */
|
2010-07-07 22:25:25 +00:00
|
|
|
|
2011-09-08 15:05:49 +00:00
|
|
|
#endif /* __CONFIG_PANDA_H */
|