Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Sricharan | 74866ea | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 2 | /* |
Lokesh Vutla | 3e716e2 | 2013-02-17 23:34:35 +0000 | [diff] [blame] | 3 | * (C) Copyright 2013 |
Sricharan | 74866ea | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 4 | * Texas Instruments Incorporated. |
| 5 | * Sricharan R <r.sricharan@ti.com> |
| 6 | * |
Sricharan | 74866ea | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 7 | * Configuration settings for the TI EVM5430 board. |
Enric Balletbò i Serra | 2785bb7 | 2013-12-06 21:30:19 +0100 | [diff] [blame] | 8 | * See ti_omap5_common.h for omap5 common settings. |
Sricharan | 74866ea | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 9 | */ |
Sricharan | 74866ea | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 10 | |
Lokesh Vutla | 3e716e2 | 2013-02-17 23:34:35 +0000 | [diff] [blame] | 11 | #ifndef __CONFIG_OMAP5_EVM_H |
| 12 | #define __CONFIG_OMAP5_EVM_H |
Sricharan | 74866ea | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 13 | |
Sekhar Nori | bb018cf | 2016-11-25 14:25:54 +0530 | [diff] [blame] | 14 | #include <environment/ti/dfu.h> |
| 15 | |
Tom Rini | aed1ba1 | 2015-06-12 20:52:29 -0400 | [diff] [blame] | 16 | #ifndef CONFIG_SPL_BUILD |
Tom Rini | 546c6c1 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 17 | /* Define the default GPT table for eMMC */ |
| 18 | #define PARTS_DEFAULT \ |
| 19 | "uuid_disk=${uuid_gpt_disk};" \ |
Tom Rini | c131305 | 2013-04-10 15:10:10 -0400 | [diff] [blame] | 20 | "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}" |
Tom Rini | aed1ba1 | 2015-06-12 20:52:29 -0400 | [diff] [blame] | 21 | #endif |
Tom Rini | 546c6c1 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 22 | |
Kishon Vijay Abraham I | ce40a18 | 2015-09-03 15:27:52 +0530 | [diff] [blame] | 23 | #define DFUARGS \ |
| 24 | "dfu_bufsiz=0x10000\0" \ |
| 25 | DFU_ALT_INFO_MMC \ |
| 26 | DFU_ALT_INFO_EMMC \ |
| 27 | DFU_ALT_INFO_RAM |
| 28 | |
Enric Balletbò i Serra | 2785bb7 | 2013-12-06 21:30:19 +0100 | [diff] [blame] | 29 | #include <configs/ti_omap5_common.h> |
Tom Rini | 929f561 | 2013-08-27 10:56:18 -0400 | [diff] [blame] | 30 | |
Sricharan R | 9cc5ba0 | 2013-05-30 03:19:33 +0000 | [diff] [blame] | 31 | #define CONFIG_SYS_NS16550_COM3 UART3_BASE |
Sricharan R | 9cc5ba0 | 2013-05-30 03:19:33 +0000 | [diff] [blame] | 32 | |
Felipe Balbi | 96c2d07 | 2014-11-06 08:28:42 -0600 | [diff] [blame] | 33 | #define CONFIG_MISC_INIT_R |
Tom Rini | 546c6c1 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 34 | /* MMC ENV related defines */ |
Tom Rini | 546c6c1 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 35 | #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */ |
Tom Rini | 886e55e | 2014-04-03 07:52:52 -0400 | [diff] [blame] | 36 | #define CONFIG_ENV_SIZE (128 << 10) |
Jean-Jacques Hiblot | a090053 | 2017-05-24 12:08:27 +0200 | [diff] [blame] | 37 | #define CONFIG_ENV_OFFSET 0x260000 |
Tom Rini | 0e389ce | 2013-04-30 16:04:17 -0400 | [diff] [blame] | 38 | #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) |
| 39 | #define CONFIG_SYS_REDUNDAND_ENVIRONMENT |
Tom Rini | 546c6c1 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 40 | |
| 41 | /* Enhance our eMMC support / experience. */ |
Lubomir Popov | 8bf096d | 2013-12-19 17:14:02 +0200 | [diff] [blame] | 42 | #define CONFIG_HSMMC2_8BIT |
Tom Rini | 5c5eb29 | 2014-02-05 10:24:24 -0500 | [diff] [blame] | 43 | #define CONFIG_SUPPORT_EMMC_BOOT |
Tom Rini | 546c6c1 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 44 | |
Tom Rini | 611fe8d | 2013-08-20 08:53:53 -0400 | [diff] [blame] | 45 | /* Required support for the TCA642X GPIO we have on the uEVM */ |
Dan Murphy | 05d5f99 | 2013-07-11 13:10:28 -0500 | [diff] [blame] | 46 | #define CONFIG_TCA642X |
Dan Murphy | 05d5f99 | 2013-07-11 13:10:28 -0500 | [diff] [blame] | 47 | #define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4 |
| 48 | #define CONFIG_SYS_I2C_TCA642X_ADDR 0x22 |
| 49 | |
Dan Murphy | 29d04b5 | 2013-08-01 14:05:59 -0500 | [diff] [blame] | 50 | /* USB UHH support options */ |
Dan Murphy | 29d04b5 | 2013-08-01 14:05:59 -0500 | [diff] [blame] | 51 | #define CONFIG_EHCI_HCD_INIT_AFTER_RESET |
| 52 | |
| 53 | #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 80 |
| 54 | #define CONFIG_OMAP_EHCI_PHY3_RESET_GPIO 79 |
| 55 | |
| 56 | /* Enabled commands */ |
Dan Murphy | 29d04b5 | 2013-08-01 14:05:59 -0500 | [diff] [blame] | 57 | |
| 58 | /* USB Networking options */ |
Dan Murphy | 29d04b5 | 2013-08-01 14:05:59 -0500 | [diff] [blame] | 59 | |
Dan Murphy | a6f9d15 | 2013-06-11 11:22:30 -0500 | [diff] [blame] | 60 | #define CONSOLEDEV "ttyO2" |
Tom Rini | 611fe8d | 2013-08-20 08:53:53 -0400 | [diff] [blame] | 61 | |
Roger Quadros | d88ab9c | 2013-11-11 16:56:42 +0200 | [diff] [blame] | 62 | #define CONFIG_SCSI_AHCI_PLAT |
| 63 | #define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 |
| 64 | #define CONFIG_SYS_SCSI_MAX_LUN 1 |
| 65 | #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ |
| 66 | CONFIG_SYS_SCSI_MAX_LUN) |
| 67 | |
Lokesh Vutla | 3e716e2 | 2013-02-17 23:34:35 +0000 | [diff] [blame] | 68 | #endif /* __CONFIG_OMAP5_EVM_H */ |