]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/k2g_evm.h
MIPS: add BMIPS Netgear CG3100D board
[people/ms/u-boot.git] / include / configs / k2g_evm.h
CommitLineData
b9ca4ab4
LV
1/*
2 * Configuration header file for TI's k2g-evm
3 *
4 * (C) Copyright 2015
5 * Texas Instruments Incorporated, <www.ti.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __CONFIG_K2G_EVM_H
11#define __CONFIG_K2G_EVM_H
12
88fdfcd2 13#include <environment/ti/mmc.h>
3f18ff07
V
14#include <environment/ti/spi.h>
15
b9ca4ab4
LV
16/* Platform type */
17#define CONFIG_SOC_K2G
b9ca4ab4
LV
18
19/* U-Boot general configuration */
20#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
21 DEFAULT_MMC_TI_ARGS \
6f6e9439 22 DEFAULT_PMMC_BOOT_ENV \
86e3ca11 23 DEFAULT_FW_INITRAMFS_BOOT_ENV \
d28a86c0 24 "boot=mmc\0" \
b9ca4ab4
LV
25 "console=ttyS0,115200n8\0" \
26 "bootpart=0:2\0" \
27 "bootdir=/boot\0" \
abca9477 28 "rd_spec=-\0" \
b9ca4ab4
LV
29 "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
30 "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \
5c2728ff 31 "name_fdt=keystone-k2g-evm.dtb\0" \
b9ca4ab4
LV
32 "name_mon=skern-k2g.bin\0" \
33 "name_ubi=k2g-evm-ubifs.ubi\0" \
34 "name_uboot=u-boot-spi-k2g-evm.gph\0" \
35 "init_mmc=run args_all args_mmc\0" \
86e3ca11
MK
36 "init_fw_rd_mmc=load mmc ${bootpart} ${rdaddr} " \
37 "${bootdir}/${name_fw_rd}; run set_rd_spec\0" \
6f6e9439 38 "soc_variant=k2g\0" \
b9ca4ab4
LV
39 "get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}\0"\
40 "get_kern_mmc=load mmc ${bootpart} ${loadaddr} " \
41 "${bootdir}/${name_kern}\0" \
42 "get_mon_mmc=load mmc ${bootpart} ${addr_mon} ${bootdir}/${name_mon}\0"\
abca9477 43 "name_fs=arago-base-tisdk-image-k2g-evm.cpio\0"
b9ca4ab4 44
6f6e9439 45#define CONFIG_BOOTCOMMAND \
0552d1d8 46 "run envboot; " \
86e3ca11 47 "run set_name_pmmc init_${boot} init_fw_rd_${boot} " \
ceee15ce
LV
48 "get_pmmc_${boot} run_pmmc get_mon_${boot} run_mon " \
49 "get_fdt_${boot} get_kern_${boot} run_kern"
6f6e9439 50
b9ca4ab4
LV
51#include <configs/ti_armv7_keystone2.h>
52
53/* SPL SPI Loader Configuration */
54#define CONFIG_SPL_TEXT_BASE 0x0c080000
55
56/* NAND Configuration */
57#define CONFIG_SYS_NAND_PAGE_2K
58
59/* Network */
60#define CONFIG_KSNET_NETCP_V1_5
61#define CONFIG_KSNET_CPSW_NUM_PORTS 2
62#define CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
63#define CONFIG_PHY_MICREL
b8dafa22 64#define PHY_ANEG_TIMEOUT 10000 /* PHY needs longer aneg time */
b9ca4ab4 65
84fe2838
LV
66#undef CONFIG_ENV_IS_IN_NAND
67#define CONFIG_ENV_IS_IN_FAT
68#define FAT_ENV_INTERFACE "mmc"
69#define FAT_ENV_DEVICE_AND_PART "0:1"
70#define FAT_ENV_FILE "uboot.env"
71
b9ca4ab4
LV
72#define CONFIG_SF_DEFAULT_BUS 1
73#define CONFIG_SF_DEFAULT_CS 0
74
988fb5ce
V
75#ifndef CONFIG_SPL_BUILD
76#define CONFIG_CADENCE_QSPI
77#define CONFIG_CQSPI_REF_CLK 384000000
78#define CONFIG_CQSPI_DECODER 0x0
57897c13 79#define CONFIG_BOUNCE_BUFFER
988fb5ce
V
80#endif
81
3f18ff07 82#define SPI_MTD_PARTS KEYSTONE_SPI1_MTD_PARTS
b9ca4ab4 83#endif /* __CONFIG_K2G_EVM_H */