blob: 630dfdc5b7fd06361cca82390ad83b0f499ab6da [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Hao Zhang82be0132014-07-16 00:59:27 +03002/*
3 * Configuration header file for TI's k2e-evm
4 *
5 * (C) Copyright 2012-2014
6 * Texas Instruments Incorporated, <www.ti.com>
Hao Zhang82be0132014-07-16 00:59:27 +03007 */
8
9#ifndef __CONFIG_K2E_EVM_H
10#define __CONFIG_K2E_EVM_H
11
Vignesh R194c9932017-03-08 13:58:17 +053012#include <environment/ti/spi.h>
13
Hao Zhang82be0132014-07-16 00:59:27 +030014/* U-Boot general configuration */
Tom Rini5a23a652021-08-10 17:34:21 -040015#define ENV_KS2_BOARD_SETTINGS \
Murali Karichericead0b22016-03-09 15:39:38 +053016 DEFAULT_FW_INITRAMFS_BOOT_ENV \
Andrew Davis8b810712023-07-14 14:00:58 -050017 DEFAULT_FIT_TI_ARGS \
18 "findfdt=setenv fdtfile ${name_fdt}\0" \
Yan Liue5265612016-03-09 15:39:39 +053019 "boot=ubi\0" \
Murali Karicheri449c3a62014-11-04 16:52:34 +020020 "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
Michael Scherban229b37b2015-06-26 09:17:31 -050021 "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \
Lokesh Vutla1499a072016-06-06 11:18:42 +053022 "name_fdt=keystone-k2e-evm.dtb\0" \
Nishanth Menon58315292015-07-22 18:05:48 -050023 "name_mon=skern-k2e.bin\0" \
Murali Karicheri449c3a62014-11-04 16:52:34 +020024 "name_ubi=k2e-evm-ubifs.ubi\0" \
Khoronzhuk, Ivan01273622014-11-04 16:52:35 +020025 "name_uboot=u-boot-spi-k2e-evm.gph\0" \
26 "name_fs=arago-console-image-k2e-evm.cpio.gz\0"
Hao Zhang82be0132014-07-16 00:59:27 +030027
Nishanth Menond1ea8972015-07-22 18:05:44 -050028#include <configs/ti_armv7_keystone2.h>
Hao Zhang82be0132014-07-16 00:59:27 +030029
Vignesh R194c9932017-03-08 13:58:17 +053030#define SPI_MTD_PARTS KEYSTONE_SPI0_MTD_PARTS
31
Hao Zhang6d4ec892014-10-17 21:01:17 +030032/* Network */
Tom Rinia17b5472022-12-04 10:04:25 -050033#define CFG_KSNET_CPSW_NUM_PORTS 9
Hao Zhang6d4ec892014-10-17 21:01:17 +030034
Hao Zhang82be0132014-07-16 00:59:27 +030035#endif /* __CONFIG_K2E_EVM_H */