Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Steve Sakoman | 6b810ff | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 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. |
Enric Balletbò i Serra | cbf0407 | 2013-12-06 21:30:18 +0100 | [diff] [blame] | 8 | * See ti_omap4_common.h for OMAP4 common part |
Steve Sakoman | 6b810ff | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 9 | */ |
| 10 | |
Aneesh V | 00836d4 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 11 | #ifndef __CONFIG_PANDA_H |
| 12 | #define __CONFIG_PANDA_H |
Steve Sakoman | 6b810ff | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 13 | |
| 14 | /* |
| 15 | * High Level Configuration Options |
| 16 | */ |
Govindraj.R | 09443e5 | 2012-02-06 03:55:37 +0000 | [diff] [blame] | 17 | |
| 18 | /* USB UHH support options */ |
Govindraj.R | 09443e5 | 2012-02-06 03:55:37 +0000 | [diff] [blame] | 19 | #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1 |
| 20 | #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62 |
| 21 | |
| 22 | /* USB Networking options */ |
Govindraj.R | 09443e5 | 2012-02-06 03:55:37 +0000 | [diff] [blame] | 23 | |
| 24 | #define CONFIG_UBOOT_ENABLE_PADS_ALL |
| 25 | |
Enric Balletbò i Serra | cbf0407 | 2013-12-06 21:30:18 +0100 | [diff] [blame] | 26 | #include <configs/ti_omap4_common.h> |
Steve Sakoman | 6b810ff | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 27 | |
Joe Hershberger | 33dcab2 | 2011-10-12 10:31:45 +0000 | [diff] [blame] | 28 | /* GPIO */ |
Joe Hershberger | 33dcab2 | 2011-10-12 10:31:45 +0000 | [diff] [blame] | 29 | |
Aneesh V | 00836d4 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 30 | /* ENV related config options */ |
Steve Sakoman | 9abea22 | 2010-07-07 15:25:25 -0700 | [diff] [blame] | 31 | |
Aneesh V | 00836d4 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 32 | #endif /* __CONFIG_PANDA_H */ |