blob: 0d62ccd2fe4ae38f9440110d7d7570959f7a00cd [file] [log] [blame]
Steve Sakomanc57cca22010-06-11 20:35:26 -07001/*
2 * (C) Copyright 2010
3 * Texas Instruments Incorporated.
4 * Steve Sakoman <steve@sakoman.com>
5 *
6 * Configuration settings for the TI OMAP4 Panda board.
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +01007 * See ti_omap4_common.h for OMAP4 common part
Steve Sakomanc57cca22010-06-11 20:35:26 -07008 *
Wolfgang Denk3765b3e2013-10-07 13:07:26 +02009 * SPDX-License-Identifier: GPL-2.0+
Steve Sakomanc57cca22010-06-11 20:35:26 -070010 */
11
Aneesh V16dc7022011-09-08 11:05:49 -040012#ifndef __CONFIG_PANDA_H
13#define __CONFIG_PANDA_H
Steve Sakomanc57cca22010-06-11 20:35:26 -070014
15/*
16 * High Level Configuration Options
17 */
Govindraj.R49be71c2012-02-06 03:55:37 +000018
19/* USB UHH support options */
Govindraj.R49be71c2012-02-06 03:55:37 +000020#define CONFIG_USB_HOST
21#define CONFIG_USB_EHCI
22#define CONFIG_USB_EHCI_OMAP
23#define CONFIG_USB_STORAGE
24#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
25
26#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
27#define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
28
29/* USB Networking options */
30#define CONFIG_USB_HOST_ETHER
31#define CONFIG_USB_ETHER_SMSC95XX
32
33#define CONFIG_UBOOT_ENABLE_PADS_ALL
34
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +010035#include <configs/ti_omap4_common.h>
Steve Sakomanc57cca22010-06-11 20:35:26 -070036
Joe Hershberger3b413c52011-10-12 10:31:45 +000037/* GPIO */
Joe Hershberger3b413c52011-10-12 10:31:45 +000038
Aneesh V16dc7022011-09-08 11:05:49 -040039/* ENV related config options */
Steve Sakomanc57cca22010-06-11 20:35:26 -070040
Dan Murphy584506b2013-04-18 06:29:54 +000041#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
maxin.john@enea.com3b6e4842015-03-18 10:51:47 +010042#define CONFIG_ENV_IS_IN_FAT
43#define FAT_ENV_INTERFACE "mmc"
44#define FAT_ENV_DEVICE_AND_PART "0:1"
45#define FAT_ENV_FILE "uboot.env"
maxin.john@enea.com3b6e4842015-03-18 10:51:47 +010046#define CONFIG_ENV_OVERWRITE
Dan Murphy584506b2013-04-18 06:29:54 +000047
Aneesh V16dc7022011-09-08 11:05:49 -040048#endif /* __CONFIG_PANDA_H */