]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/omap4_panda.h
15f3eec3139a5a692d49222e0d1d4899d957500a
[people/ms/u-boot.git] / include / configs / omap4_panda.h
1 /*
2 * (C) Copyright 2010
3 * Texas Instruments Incorporated.
4 * Steve Sakoman <steve@sakoman.com>
5 *
6 * Configuration settings for the TI OMAP4 Panda board.
7 * See ti_omap4_common.h for OMAP4 common part
8 *
9 * SPDX-License-Identifier: GPL-2.0+
10 */
11
12 #ifndef __CONFIG_PANDA_H
13 #define __CONFIG_PANDA_H
14
15 /*
16 * High Level Configuration Options
17 */
18
19 /* USB UHH support options */
20 #define CONFIG_CMD_USB
21 #define CONFIG_USB_HOST
22 #define CONFIG_USB_EHCI
23 #define CONFIG_USB_EHCI_OMAP
24 #define CONFIG_USB_STORAGE
25 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
26
27 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
28 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
29
30 /* USB Networking options */
31 #define CONFIG_USB_HOST_ETHER
32 #define CONFIG_USB_ETHER_SMSC95XX
33
34 #define CONFIG_UBOOT_ENABLE_PADS_ALL
35
36 #define CONFIG_CMD_PING
37 #define CONFIG_CMD_DHCP
38
39 #include <configs/ti_omap4_common.h>
40
41 /* GPIO */
42
43 /* ENV related config options */
44
45 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
46 #define CONFIG_ENV_IS_IN_FAT
47 #define FAT_ENV_INTERFACE "mmc"
48 #define FAT_ENV_DEVICE_AND_PART "0:1"
49 #define FAT_ENV_FILE "uboot.env"
50 #define CONFIG_ENV_OVERWRITE
51
52 #endif /* __CONFIG_PANDA_H */