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. |
Aneesh V | 16dc702 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 7 | * See omap4_common.h for OMAP4 common part |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 8 | * |
| 9 | * See file CREDITS for list of people who contributed to this |
| 10 | * project. |
| 11 | * |
| 12 | * This program is free software; you can redistribute it and/or |
| 13 | * modify it under the terms of the GNU General Public License as |
| 14 | * published by the Free Software Foundation; either version 2 of |
| 15 | * the License, or (at your option) any later version. |
| 16 | * |
| 17 | * This program is distributed in the hope that it will be useful, |
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | * GNU General Public License for more details. |
| 21 | * |
| 22 | * You should have received a copy of the GNU General Public License |
| 23 | * along with this program; if not, write to the Free Software |
| 24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 25 | * MA 02111-1307 USA |
| 26 | */ |
| 27 | |
Aneesh V | 16dc702 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 28 | #ifndef __CONFIG_PANDA_H |
| 29 | #define __CONFIG_PANDA_H |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 30 | |
| 31 | /* |
| 32 | * High Level Configuration Options |
| 33 | */ |
Govindraj.R | 49be71c | 2012-02-06 03:55:37 +0000 | [diff] [blame] | 34 | |
| 35 | /* USB UHH support options */ |
| 36 | #define CONFIG_CMD_USB |
| 37 | #define CONFIG_USB_HOST |
| 38 | #define CONFIG_USB_EHCI |
| 39 | #define CONFIG_USB_EHCI_OMAP |
| 40 | #define CONFIG_USB_STORAGE |
| 41 | #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 |
| 42 | |
| 43 | #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1 |
| 44 | #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62 |
| 45 | |
| 46 | /* USB Networking options */ |
| 47 | #define CONFIG_USB_HOST_ETHER |
| 48 | #define CONFIG_USB_ETHER_SMSC95XX |
| 49 | |
| 50 | #define CONFIG_UBOOT_ENABLE_PADS_ALL |
| 51 | |
| 52 | #define CONFIG_CMD_PING |
| 53 | #define CONFIG_CMD_DHCP |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 54 | |
Govindraj.R | 928c4bd | 2012-02-06 03:55:32 +0000 | [diff] [blame] | 55 | #define CONFIG_USB_ULPI |
| 56 | #define CONFIG_USB_ULPI_VIEWPORT_OMAP |
| 57 | |
Aneesh V | 16dc702 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 58 | #include <configs/omap4_common.h> |
Govindraj.R | 49be71c | 2012-02-06 03:55:37 +0000 | [diff] [blame] | 59 | #define CONFIG_CMD_NET |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 60 | |
Joe Hershberger | 3b413c5 | 2011-10-12 10:31:45 +0000 | [diff] [blame] | 61 | /* GPIO */ |
| 62 | #define CONFIG_CMD_GPIO |
| 63 | |
Aneesh V | 16dc702 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 64 | /* ENV related config options */ |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 65 | #define CONFIG_ENV_IS_NOWHERE |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 66 | |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 67 | #define CONFIG_SYS_PROMPT "Panda # " |
Steve Sakoman | c57cca2 | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 68 | |
Dan Murphy | 584506b | 2013-04-18 06:29:54 +0000 | [diff] [blame^] | 69 | #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG |
| 70 | |
Aneesh V | 16dc702 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 71 | #endif /* __CONFIG_PANDA_H */ |