blob: daf37f63f4ece8bd233c83072fa0945242d39425 [file] [log] [blame]
Hao Zhang82be0132014-07-16 00:59:27 +03001/*
2 * Configuration header file for TI's k2e-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_K2E_EVM_H
11#define __CONFIG_K2E_EVM_H
12
13/* Platform type */
14#define CONFIG_SOC_K2E
15#define CONFIG_K2E_EVM
16
17/* 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 \
Murali Karicheri449c3a62014-11-04 16:52:34 +020020 "addr_mon=0x0c140000\0" \
21 "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
Michael Scherban229b37b2015-06-26 09:17:31 -050022 "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \
Nishanth Menonfdbfb192015-07-22 18:05:47 -050023 "name_fdt=k2e-evm.dtb\0" \
Nishanth Menon58315292015-07-22 18:05:48 -050024 "name_mon=skern-k2e.bin\0" \
Murali Karicheri449c3a62014-11-04 16:52:34 +020025 "name_ubi=k2e-evm-ubifs.ubi\0" \
Khoronzhuk, Ivan01273622014-11-04 16:52:35 +020026 "name_uboot=u-boot-spi-k2e-evm.gph\0" \
27 "name_fs=arago-console-image-k2e-evm.cpio.gz\0"
Hao Zhang82be0132014-07-16 00:59:27 +030028
Nishanth Menond1ea8972015-07-22 18:05:44 -050029#include <configs/ti_armv7_keystone2.h>
Hao Zhang82be0132014-07-16 00:59:27 +030030
31/* SPL SPI Loader Configuration */
32#define CONFIG_SPL_TEXT_BASE 0x0c100000
33
34/* NAND Configuration */
35#define CONFIG_SYS_NAND_PAGE_2K
36
Hao Zhang6d4ec892014-10-17 21:01:17 +030037/* Network */
Hao Zhang6d4ec892014-10-17 21:01:17 +030038#define CONFIG_KSNET_NETCP_V1_5
39#define CONFIG_KSNET_CPSW_NUM_PORTS 9
40#define CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
41
Vitaly Andrianovead26f62016-03-04 10:36:42 -060042#define CONFIG_DDR_SPD
43
Hao Zhang82be0132014-07-16 00:59:27 +030044#endif /* __CONFIG_K2E_EVM_H */