blob: cce5556fe266d13a6b9196cfe191d784bd5baff3 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Sricharana9c1c042011-11-15 09:50:06 -05002/*
Lokesh Vutla3ef5ebe2013-02-17 23:34:35 +00003 * (C) Copyright 2013
Sricharana9c1c042011-11-15 09:50:06 -05004 * Texas Instruments Incorporated.
5 * Sricharan R <r.sricharan@ti.com>
6 *
Sricharana9c1c042011-11-15 09:50:06 -05007 * Configuration settings for the TI EVM5430 board.
Enric Balletbò i Serra3d657a02013-12-06 21:30:19 +01008 * See ti_omap5_common.h for omap5 common settings.
Sricharana9c1c042011-11-15 09:50:06 -05009 */
10
Lokesh Vutla3ef5ebe2013-02-17 23:34:35 +000011#ifndef __CONFIG_OMAP5_EVM_H
12#define __CONFIG_OMAP5_EVM_H
Sricharana9c1c042011-11-15 09:50:06 -050013
Sekhar Norif8437702016-11-25 14:25:54 +053014#include <environment/ti/dfu.h>
15
Tom Rini08520bf2015-06-12 20:52:29 -040016#ifndef CONFIG_SPL_BUILD
Tom Rini9552ee32013-04-05 06:21:45 +000017/* Define the default GPT table for eMMC */
18#define PARTS_DEFAULT \
19 "uuid_disk=${uuid_gpt_disk};" \
Tom Rinia5196022013-04-10 15:10:10 -040020 "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}"
Tom Rini08520bf2015-06-12 20:52:29 -040021#endif
Tom Rini9552ee32013-04-05 06:21:45 +000022
Kishon Vijay Abraham Ibcd62e72015-09-03 15:27:52 +053023#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 Serra3d657a02013-12-06 21:30:19 +010029#include <configs/ti_omap5_common.h>
Tom Rinia2282962013-08-27 10:56:18 -040030
Sricharan R378bd1f2013-05-30 03:19:33 +000031#define CONFIG_SYS_NS16550_COM3 UART3_BASE
Sricharan R378bd1f2013-05-30 03:19:33 +000032
Tom Rini9552ee32013-04-05 06:21:45 +000033/* MMC ENV related defines */
Tom Rini9552ee32013-04-05 06:21:45 +000034
35/* Enhance our eMMC support / experience. */
Lubomir Popovf9314832013-12-19 17:14:02 +020036#define CONFIG_HSMMC2_8BIT
Tom Rini9552ee32013-04-05 06:21:45 +000037
Tom Rini318aeb42013-08-20 08:53:53 -040038/* Required support for the TCA642X GPIO we have on the uEVM */
Dan Murphyfdce7b62013-07-11 13:10:28 -050039#define CONFIG_TCA642X
Dan Murphyfdce7b62013-07-11 13:10:28 -050040#define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4
41#define CONFIG_SYS_I2C_TCA642X_ADDR 0x22
42
Dan Murphy5e5cfaf2013-08-01 14:05:59 -050043/* Enabled commands */
Dan Murphy5e5cfaf2013-08-01 14:05:59 -050044
45/* USB Networking options */
Dan Murphy5e5cfaf2013-08-01 14:05:59 -050046
Sam Protsenkoadc097e2019-07-12 20:38:12 +030047#define CONSOLEDEV "ttyS2"
Tom Rini318aeb42013-08-20 08:53:53 -040048
Lokesh Vutla3ef5ebe2013-02-17 23:34:35 +000049#endif /* __CONFIG_OMAP5_EVM_H */