Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 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. |
Enric Balletbò i Serra | 6c0a032 | 2013-12-06 21:30:18 +0100 | [diff] [blame] | 7 | * See ti_omap4_common.h for OMAP4 common part |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 8 | * |
Wolfgang Denk | 3765b3e | 2013-10-07 13:07:26 +0200 | [diff] [blame] | 9 | * SPDX-License-Identifier: GPL-2.0+ |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 10 | */ |
| 11 | |
Aneesh V | 16dc702 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 12 | #ifndef __CONFIG_PANDA_H |
| 13 | #define __CONFIG_PANDA_H |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 14 | |
| 15 | /* |
| 16 | * High Level Configuration Options |
| 17 | */ |
Govindraj.R | 49be71c | 2012-02-06 03:55:37 +0000 | [diff] [blame] | 18 | |
| 19 | /* USB UHH support options */ |
Govindraj.R | 49be71c | 2012-02-06 03:55:37 +0000 | [diff] [blame] | 20 | #define CONFIG_USB_EHCI |
| 21 | #define CONFIG_USB_EHCI_OMAP |
Govindraj.R | 49be71c | 2012-02-06 03:55:37 +0000 | [diff] [blame] | 22 | #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 |
| 23 | |
| 24 | #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1 |
| 25 | #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62 |
| 26 | |
| 27 | /* USB Networking options */ |
| 28 | #define CONFIG_USB_HOST_ETHER |
| 29 | #define CONFIG_USB_ETHER_SMSC95XX |
| 30 | |
| 31 | #define CONFIG_UBOOT_ENABLE_PADS_ALL |
| 32 | |
Enric Balletbò i Serra | 6c0a032 | 2013-12-06 21:30:18 +0100 | [diff] [blame] | 33 | #include <configs/ti_omap4_common.h> |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 34 | |
Joe Hershberger | 3b413c5 | 2011-10-12 10:31:45 +0000 | [diff] [blame] | 35 | /* GPIO */ |
Joe Hershberger | 3b413c5 | 2011-10-12 10:31:45 +0000 | [diff] [blame] | 36 | |
Aneesh V | 16dc702 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 37 | /* ENV related config options */ |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 38 | |
Dan Murphy | 584506b | 2013-04-18 06:29:54 +0000 | [diff] [blame] | 39 | #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG |
maxin.john@enea.com | 3b6e484 | 2015-03-18 10:51:47 +0100 | [diff] [blame] | 40 | #define CONFIG_ENV_IS_IN_FAT |
| 41 | #define FAT_ENV_INTERFACE "mmc" |
| 42 | #define FAT_ENV_DEVICE_AND_PART "0:1" |
| 43 | #define FAT_ENV_FILE "uboot.env" |
maxin.john@enea.com | 3b6e484 | 2015-03-18 10:51:47 +0100 | [diff] [blame] | 44 | #define CONFIG_ENV_OVERWRITE |
Dan Murphy | 584506b | 2013-04-18 06:29:54 +0000 | [diff] [blame] | 45 | |
Aneesh V | 16dc702 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 46 | #endif /* __CONFIG_PANDA_H */ |