blob: 0256f0e56780cbf5f84855335f57efa9d265e380 [file] [log] [blame]
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -04001/*
2 * Configuration header file for TI's k2hk-evm
3 *
4 * (C) Copyright 2012-2014
5 * Texas Instruments Incorporated, <www.ti.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __CONFIG_K2HK_EVM_H
11#define __CONFIG_K2HK_EVM_H
12
13/* Platform type */
14#define CONFIG_SOC_K2HK
15#define CONFIG_K2HK_EVM
16
Hao Zhangeb01de22014-07-09 23:44:48 +030017/* U-Boot general configuration */
Murali Karicheri449c3a62014-11-04 16:52:34 +020018#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
Murali Karichericead0b22016-03-09 15:39:38 +053019 DEFAULT_FW_INITRAMFS_BOOT_ENV \
Yan Liue5265612016-03-09 15:39:39 +053020 "boot=ubi\0" \
Murali Karicheri449c3a62014-11-04 16:52:34 +020021 "addr_mon=0x0c5f0000\0" \
22 "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
Michael Scherban229b37b2015-06-26 09:17:31 -050023 "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \
Lokesh Vutla1499a072016-06-06 11:18:42 +053024 "name_fdt=keystone-k2hk-evm.dtb\0" \
Nishanth Menon58315292015-07-22 18:05:48 -050025 "name_mon=skern-k2hk.bin\0" \
Murali Karicheri449c3a62014-11-04 16:52:34 +020026 "name_ubi=k2hk-evm-ubifs.ubi\0" \
Khoronzhuk, Ivan01273622014-11-04 16:52:35 +020027 "name_uboot=u-boot-spi-k2hk-evm.gph\0" \
28 "name_fs=arago-console-image-k2hk-evm.cpio.gz\0"
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040029
Nishanth Menond1ea8972015-07-22 18:05:44 -050030#include <configs/ti_armv7_keystone2.h>
Karicheri, Muralidharan657f6b52014-04-01 15:01:13 -040031
Hao Zhangeb01de22014-07-09 23:44:48 +030032/* SPL SPI Loader Configuration */
33#define CONFIG_SPL_TEXT_BASE 0x0c200000
Khoronzhuk, Ivan8062b052014-06-07 05:10:49 +030034
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040035/* NAND Configuration */
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040036#define CONFIG_SYS_NAND_PAGE_2K
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040037
Hao Zhangeb01de22014-07-09 23:44:48 +030038/* Network */
Khoronzhuk, Ivanf2c13ba2014-09-29 22:17:22 +030039#define CONFIG_KSNET_NETCP_V1_0
Khoronzhuk, Ivan915cff42014-09-29 22:17:21 +030040#define CONFIG_KSNET_CPSW_NUM_PORTS 5
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040041
Vitaly Andrianovead26f62016-03-04 10:36:42 -060042#define CONFIG_DDR_SPD
43
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -040044#endif /* __CONFIG_K2HK_EVM_H */