1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * (C) Copyright 2010 4 * Texas Instruments Incorporated. 5 * Steve Sakoman <steve@sakoman.com> 6 * 7 * Configuration settings for the TI OMAP4 Panda board. 8 * See ti_omap4_common.h for OMAP4 common part 9 */ 10 11 #ifndef __CONFIG_PANDA_H 12 #define __CONFIG_PANDA_H 13 14 /* 15 * High Level Configuration Options 16 */ 17 18 /* USB UHH support options */ 19 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1 20 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62 21 22 /* USB Networking options */ 23 24 #define CONFIG_UBOOT_ENABLE_PADS_ALL 25 26 #include <configs/ti_omap4_common.h> 27 28 /* GPIO */ 29 30 /* ENV related config options */ 31 32 #define CONFIG_ENV_OVERWRITE 33 34 #endif /* __CONFIG_PANDA_H */ 35