blob: 4adb119b3066c3ec814ca2f617422d868b3b126f [file] [log] [blame]
Vitaly Andrianovef509b92014-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
Vitaly Andrianovef509b92014-04-04 13:16:53 -040015
Hao Zhang2221cd12014-07-09 23:44:48 +030016/* U-Boot general configuration */
Murali Karicheri349c26d2014-11-04 16:52:34 +020017#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
Murali Karicheriabca9472016-03-09 15:39:38 +053018 DEFAULT_FW_INITRAMFS_BOOT_ENV \
Yan Liud28a86c2016-03-09 15:39:39 +053019 "boot=ubi\0" \
Murali Karicheri349c26d2014-11-04 16:52:34 +020020 "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
Michael Scherban40d79e42015-06-26 09:17:31 -050021 "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \
Lokesh Vutla5c2728f2016-06-06 11:18:42 +053022 "name_fdt=keystone-k2hk-evm.dtb\0" \
Nishanth Menonb38ecd62015-07-22 18:05:48 -050023 "name_mon=skern-k2hk.bin\0" \
Murali Karicheri349c26d2014-11-04 16:52:34 +020024 "name_ubi=k2hk-evm-ubifs.ubi\0" \
Khoronzhuk, Ivandd310792014-11-04 16:52:35 +020025 "name_uboot=u-boot-spi-k2hk-evm.gph\0" \
26 "name_fs=arago-console-image-k2hk-evm.cpio.gz\0"
Hao Zhang2221cd12014-07-09 23:44:48 +030027
Nishanth Menone8428d62015-07-22 18:05:44 -050028#include <configs/ti_armv7_keystone2.h>
Vitaly Andrianovef509b92014-04-04 13:16:53 -040029
30/* SPL SPI Loader Configuration */
Hao Zhang2221cd12014-07-09 23:44:48 +030031#define CONFIG_SPL_TEXT_BASE 0x0c200000
Khoronzhuk, Ivan909ea9a2014-06-07 05:10:49 +030032
Vitaly Andrianovef509b92014-04-04 13:16:53 -040033/* NAND Configuration */
Vitaly Andrianovef509b92014-04-04 13:16:53 -040034#define CONFIG_SYS_NAND_PAGE_2K
35
Hao Zhang2221cd12014-07-09 23:44:48 +030036/* Network */
Khoronzhuk, Ivan0935cac2014-09-29 22:17:22 +030037#define CONFIG_KSNET_NETCP_V1_0
Khoronzhuk, Ivane3114c92014-09-29 22:17:21 +030038#define CONFIG_KSNET_CPSW_NUM_PORTS 5
Vitaly Andrianovef509b92014-04-04 13:16:53 -040039
Vitaly Andrianovd9a76e72016-03-04 10:36:42 -060040#define CONFIG_DDR_SPD
41
Vitaly Andrianovef509b92014-04-04 13:16:53 -040042#endif /* __CONFIG_K2HK_EVM_H */