Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Sricharan | a9c1c04 | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 2 | /* |
Lokesh Vutla | 3ef5ebe | 2013-02-17 23:34:35 +0000 | [diff] [blame] | 3 | * (C) Copyright 2013 |
Sricharan | a9c1c04 | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 4 | * Texas Instruments Incorporated. |
| 5 | * Sricharan R <r.sricharan@ti.com> |
| 6 | * |
Sricharan | a9c1c04 | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 7 | * Configuration settings for the TI EVM5430 board. |
Enric Balletbò i Serra | 3d657a0 | 2013-12-06 21:30:19 +0100 | [diff] [blame] | 8 | * See ti_omap5_common.h for omap5 common settings. |
Sricharan | a9c1c04 | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 9 | */ |
| 10 | |
Lokesh Vutla | 3ef5ebe | 2013-02-17 23:34:35 +0000 | [diff] [blame] | 11 | #ifndef __CONFIG_OMAP5_EVM_H |
| 12 | #define __CONFIG_OMAP5_EVM_H |
Sricharan | a9c1c04 | 2011-11-15 09:50:06 -0500 | [diff] [blame] | 13 | |
Sekhar Nori | f843770 | 2016-11-25 14:25:54 +0530 | [diff] [blame] | 14 | #include <environment/ti/dfu.h> |
| 15 | |
Tom Rini | 08520bf | 2015-06-12 20:52:29 -0400 | [diff] [blame] | 16 | #ifndef CONFIG_SPL_BUILD |
Tom Rini | 9552ee3 | 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 | a519602 | 2013-04-10 15:10:10 -0400 | [diff] [blame] | 20 | "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}" |
Tom Rini | 08520bf | 2015-06-12 20:52:29 -0400 | [diff] [blame] | 21 | #endif |
Tom Rini | 9552ee3 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 22 | |
Kishon Vijay Abraham I | bcd62e7 | 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 | 3d657a0 | 2013-12-06 21:30:19 +0100 | [diff] [blame] | 29 | #include <configs/ti_omap5_common.h> |
Tom Rini | a228296 | 2013-08-27 10:56:18 -0400 | [diff] [blame] | 30 | |
Sricharan R | 378bd1f | 2013-05-30 03:19:33 +0000 | [diff] [blame] | 31 | #define CONFIG_SYS_NS16550_COM3 UART3_BASE |
Sricharan R | 378bd1f | 2013-05-30 03:19:33 +0000 | [diff] [blame] | 32 | |
Tom Rini | 9552ee3 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 33 | /* MMC ENV related defines */ |
Tom Rini | 9552ee3 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 34 | #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */ |
Tom Rini | 2737f01 | 2014-04-03 07:52:52 -0400 | [diff] [blame] | 35 | #define CONFIG_ENV_SIZE (128 << 10) |
Jean-Jacques Hiblot | 7a53a1a | 2017-05-24 12:08:27 +0200 | [diff] [blame] | 36 | #define CONFIG_ENV_OFFSET 0x260000 |
Tom Rini | 63216de | 2013-04-30 16:04:17 -0400 | [diff] [blame] | 37 | #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) |
| 38 | #define CONFIG_SYS_REDUNDAND_ENVIRONMENT |
Tom Rini | 9552ee3 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 39 | |
| 40 | /* Enhance our eMMC support / experience. */ |
Lubomir Popov | f931483 | 2013-12-19 17:14:02 +0200 | [diff] [blame] | 41 | #define CONFIG_HSMMC2_8BIT |
Tom Rini | 378ec0f | 2014-02-05 10:24:24 -0500 | [diff] [blame] | 42 | #define CONFIG_SUPPORT_EMMC_BOOT |
Tom Rini | 9552ee3 | 2013-04-05 06:21:45 +0000 | [diff] [blame] | 43 | |
Tom Rini | 318aeb4 | 2013-08-20 08:53:53 -0400 | [diff] [blame] | 44 | /* Required support for the TCA642X GPIO we have on the uEVM */ |
Dan Murphy | fdce7b6 | 2013-07-11 13:10:28 -0500 | [diff] [blame] | 45 | #define CONFIG_TCA642X |
Dan Murphy | fdce7b6 | 2013-07-11 13:10:28 -0500 | [diff] [blame] | 46 | #define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4 |
| 47 | #define CONFIG_SYS_I2C_TCA642X_ADDR 0x22 |
| 48 | |
Dan Murphy | 5e5cfaf | 2013-08-01 14:05:59 -0500 | [diff] [blame] | 49 | /* USB UHH support options */ |
Dan Murphy | 5e5cfaf | 2013-08-01 14:05:59 -0500 | [diff] [blame] | 50 | #define CONFIG_EHCI_HCD_INIT_AFTER_RESET |
| 51 | |
| 52 | #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 80 |
| 53 | #define CONFIG_OMAP_EHCI_PHY3_RESET_GPIO 79 |
| 54 | |
| 55 | /* Enabled commands */ |
Dan Murphy | 5e5cfaf | 2013-08-01 14:05:59 -0500 | [diff] [blame] | 56 | |
| 57 | /* USB Networking options */ |
Dan Murphy | 5e5cfaf | 2013-08-01 14:05:59 -0500 | [diff] [blame] | 58 | |
Dan Murphy | 45dbbf2 | 2013-06-11 11:22:30 -0500 | [diff] [blame] | 59 | #define CONSOLEDEV "ttyO2" |
Tom Rini | 318aeb4 | 2013-08-20 08:53:53 -0400 | [diff] [blame] | 60 | |
Roger Quadros | afdc632 | 2013-11-11 16:56:42 +0200 | [diff] [blame] | 61 | #define CONFIG_SCSI_AHCI_PLAT |
| 62 | #define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 |
| 63 | #define CONFIG_SYS_SCSI_MAX_LUN 1 |
| 64 | #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ |
| 65 | CONFIG_SYS_SCSI_MAX_LUN) |
| 66 | |
Lokesh Vutla | 3ef5ebe | 2013-02-17 23:34:35 +0000 | [diff] [blame] | 67 | #endif /* __CONFIG_OMAP5_EVM_H */ |