Vitaly Andrianov | ef509b9 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 1 | /* |
| 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 Zhang | 2221cd1 | 2014-07-09 23:44:48 +0300 | [diff] [blame] | 17 | /* U-Boot general configuration */ |
Murali Karicheri | 349c26d | 2014-11-04 16:52:34 +0200 | [diff] [blame] | 18 | #define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \ |
| 19 | "addr_mon=0x0c5f0000\0" \ |
| 20 | "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \ |
Michael Scherban | 40d79e4 | 2015-06-26 09:17:31 -0500 | [diff] [blame] | 21 | "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \ |
Nishanth Menon | bad773f | 2015-07-22 18:05:47 -0500 | [diff] [blame] | 22 | "name_fdt=k2hk-evm.dtb\0" \ |
Nishanth Menon | b38ecd6 | 2015-07-22 18:05:48 -0500 | [diff] [blame] | 23 | "name_mon=skern-k2hk.bin\0" \ |
Murali Karicheri | 349c26d | 2014-11-04 16:52:34 +0200 | [diff] [blame] | 24 | "name_ubi=k2hk-evm-ubifs.ubi\0" \ |
Khoronzhuk, Ivan | dd31079 | 2014-11-04 16:52:35 +0200 | [diff] [blame] | 25 | "name_uboot=u-boot-spi-k2hk-evm.gph\0" \ |
| 26 | "name_fs=arago-console-image-k2hk-evm.cpio.gz\0" |
Hao Zhang | 2221cd1 | 2014-07-09 23:44:48 +0300 | [diff] [blame] | 27 | |
Nishanth Menon | e8428d6 | 2015-07-22 18:05:44 -0500 | [diff] [blame] | 28 | #include <configs/ti_armv7_keystone2.h> |
Vitaly Andrianov | ef509b9 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 29 | |
| 30 | /* SPL SPI Loader Configuration */ |
Hao Zhang | 2221cd1 | 2014-07-09 23:44:48 +0300 | [diff] [blame] | 31 | #define CONFIG_SPL_TEXT_BASE 0x0c200000 |
Khoronzhuk, Ivan | 909ea9a | 2014-06-07 05:10:49 +0300 | [diff] [blame] | 32 | |
Vitaly Andrianov | ef509b9 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 33 | /* NAND Configuration */ |
Vitaly Andrianov | ef509b9 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 34 | #define CONFIG_SYS_NAND_PAGE_2K |
| 35 | |
Hao Zhang | 2221cd1 | 2014-07-09 23:44:48 +0300 | [diff] [blame] | 36 | /* Network */ |
Khoronzhuk, Ivan | 0935cac | 2014-09-29 22:17:22 +0300 | [diff] [blame] | 37 | #define CONFIG_KSNET_NETCP_V1_0 |
Khoronzhuk, Ivan | e3114c9 | 2014-09-29 22:17:21 +0300 | [diff] [blame] | 38 | #define CONFIG_KSNET_CPSW_NUM_PORTS 5 |
Vitaly Andrianov | ef509b9 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 39 | |
Vitaly Andrianov | ef509b9 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 40 | #endif /* __CONFIG_K2HK_EVM_H */ |