1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Texas Instruments Incorporated.
5 * Steve Sakoman <steve@sakoman.com>
7 * Configuration settings for the TI OMAP4 Panda board.
8 * See ti_omap4_common.h for OMAP4 common part
11 #ifndef __CONFIG_PANDA_H
12 #define __CONFIG_PANDA_H
15 * High Level Configuration Options
18 /* USB UHH support options */
19 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
20 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
22 /* USB Networking options */
24 #define CONFIG_UBOOT_ENABLE_PADS_ALL
26 #include <configs/ti_omap4_common.h>
30 /* ENV related config options */
32 #define CONFIG_ENV_OVERWRITE
34 #endif /* __CONFIG_PANDA_H */