blob: 0b909a1bf6fabbbe82c8c67eefbfcc4dc6160734 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -04002/*
3 * Configuration header file for TI's k2hk-evm
4 *
5 * (C) Copyright 2012-2014
6 * Texas Instruments Incorporated, <www.ti.com>
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -04007 */
8
9#ifndef __CONFIG_K2HK_EVM_H
10#define __CONFIG_K2HK_EVM_H
11
Vignesh R194c9932017-03-08 13:58:17 +053012#include <environment/ti/spi.h>
13
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040014/* Platform type */
15#define CONFIG_SOC_K2HK
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040016
Andrew F. Davisdd940712017-07-17 12:59:12 -050017#ifdef CONFIG_TI_SECURE_DEVICE
18#define DEFAULT_SEC_BOOT_ENV \
19 DEFAULT_FIT_TI_ARGS \
20 "findfdt=setenv fdtfile ${name_fdt}\0"
21#else
22#define DEFAULT_SEC_BOOT_ENV
23#endif
24
Hao Zhangeb01de22014-07-09 23:44:48 +030025/* U-Boot general configuration */
Murali Karicheri449c3a62014-11-04 16:52:34 +020026#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
Murali Karichericead0b22016-03-09 15:39:38 +053027 DEFAULT_FW_INITRAMFS_BOOT_ENV \
Andrew F. Davisdd940712017-07-17 12:59:12 -050028 DEFAULT_SEC_BOOT_ENV \
Yan Liue5265612016-03-09 15:39:39 +053029 "boot=ubi\0" \
Murali Karicheri449c3a62014-11-04 16:52:34 +020030 "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
Michael Scherban229b37b2015-06-26 09:17:31 -050031 "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \
Lokesh Vutla1499a072016-06-06 11:18:42 +053032 "name_fdt=keystone-k2hk-evm.dtb\0" \
Nishanth Menon58315292015-07-22 18:05:48 -050033 "name_mon=skern-k2hk.bin\0" \
Murali Karicheri449c3a62014-11-04 16:52:34 +020034 "name_ubi=k2hk-evm-ubifs.ubi\0" \
Khoronzhuk, Ivan01273622014-11-04 16:52:35 +020035 "name_uboot=u-boot-spi-k2hk-evm.gph\0" \
36 "name_fs=arago-console-image-k2hk-evm.cpio.gz\0"
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040037
Sekhar Nori9b69fb92017-06-02 17:54:00 +053038#define CONFIG_ENV_SIZE (256 << 10) /* 256 KiB */
Sekhar Nori9b69fb92017-06-02 17:54:00 +053039#define CONFIG_ENV_OFFSET 0x100000
40
Nishanth Menond1ea8972015-07-22 18:05:44 -050041#include <configs/ti_armv7_keystone2.h>
Karicheri, Muralidharan657f6b52014-04-01 15:01:13 -040042
Hao Zhangeb01de22014-07-09 23:44:48 +030043/* SPL SPI Loader Configuration */
44#define CONFIG_SPL_TEXT_BASE 0x0c200000
Khoronzhuk, Ivan8062b052014-06-07 05:10:49 +030045
Vignesh R194c9932017-03-08 13:58:17 +053046#define SPI_MTD_PARTS KEYSTONE_SPI0_MTD_PARTS
47
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040048/* NAND Configuration */
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040049#define CONFIG_SYS_NAND_PAGE_2K
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040050
Hao Zhangeb01de22014-07-09 23:44:48 +030051/* Network */
Khoronzhuk, Ivanf2c13ba2014-09-29 22:17:22 +030052#define CONFIG_KSNET_NETCP_V1_0
Khoronzhuk, Ivan915cff42014-09-29 22:17:21 +030053#define CONFIG_KSNET_CPSW_NUM_PORTS 5
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040054
Vitaly Andrianovead26f62016-03-04 10:36:42 -060055#define CONFIG_DDR_SPD
56
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040057#endif /* __CONFIG_K2HK_EVM_H */