blob: 835b7c299efcfa65f583819d95ed3ae0eb35aca9 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Steve Sakomanc57cca22010-06-11 20:35:26 -07002/*
3 * (C) Copyright 2010
4 * Texas Instruments Incorporated.
5 * Steve Sakoman <steve@sakoman.com>
6 *
7 * Configuration settings for the TI OMAP4 Panda board.
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +01008 * See ti_omap4_common.h for OMAP4 common part
Steve Sakomanc57cca22010-06-11 20:35:26 -07009 */
10
Aneesh V16dc7022011-09-08 11:05:49 -040011#ifndef __CONFIG_PANDA_H
12#define __CONFIG_PANDA_H
Steve Sakomanc57cca22010-06-11 20:35:26 -070013
14/*
15 * High Level Configuration Options
16 */
Govindraj.R49be71c2012-02-06 03:55:37 +000017
18/* USB UHH support options */
Govindraj.R49be71c2012-02-06 03:55:37 +000019#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
20#define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
21
22/* USB Networking options */
Govindraj.R49be71c2012-02-06 03:55:37 +000023
24#define CONFIG_UBOOT_ENABLE_PADS_ALL
25
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +010026#include <configs/ti_omap4_common.h>
Steve Sakomanc57cca22010-06-11 20:35:26 -070027
Joe Hershberger3b413c52011-10-12 10:31:45 +000028/* GPIO */
Joe Hershberger3b413c52011-10-12 10:31:45 +000029
Aneesh V16dc7022011-09-08 11:05:49 -040030/* ENV related config options */
Steve Sakomanc57cca22010-06-11 20:35:26 -070031
maxin.john@enea.com3b6e4842015-03-18 10:51:47 +010032#define CONFIG_ENV_OVERWRITE
Dan Murphy584506b2013-04-18 06:29:54 +000033
Aneesh V16dc7022011-09-08 11:05:49 -040034#endif /* __CONFIG_PANDA_H */