1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Texas Instruments Incorporated.
5 * Sricharan R <r.sricharan@ti.com>
7 * Configuration settings for the TI EVM5430 board.
8 * See ti_omap5_common.h for omap5 common settings.
11 #ifndef __CONFIG_OMAP5_EVM_H
12 #define __CONFIG_OMAP5_EVM_H
14 #include <environment/ti/dfu.h>
16 #ifndef CONFIG_SPL_BUILD
17 /* Define the default GPT table for eMMC */
18 #define PARTS_DEFAULT \
19 "uuid_disk=${uuid_gpt_disk};" \
20 "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}"
24 "dfu_bufsiz=0x10000\0" \
29 #include <configs/ti_omap5_common.h>
31 #define CONFIG_SYS_NS16550_COM3 UART3_BASE
33 /* MMC ENV related defines */
35 /* Enhance our eMMC support / experience. */
36 #define CONFIG_HSMMC2_8BIT
38 /* Required support for the TCA642X GPIO we have on the uEVM */
39 #define CONFIG_TCA642X
40 #define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4
41 #define CONFIG_SYS_I2C_TCA642X_ADDR 0x22
43 /* USB UHH support options */
44 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
46 /* Enabled commands */
48 /* USB Networking options */
50 #define CONSOLEDEV "ttyS2"
52 #define CONFIG_SCSI_AHCI_PLAT
53 #define CONFIG_SYS_SCSI_MAX_SCSI_ID 1
54 #define CONFIG_SYS_SCSI_MAX_LUN 1
55 #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
56 CONFIG_SYS_SCSI_MAX_LUN)
58 #endif /* __CONFIG_OMAP5_EVM_H */