2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2014-07-09 20:44:48 +00:00
|
|
|
/*
|
|
|
|
* Common configuration header file for all Keystone II EVM platforms
|
|
|
|
*
|
|
|
|
* (C) Copyright 2012-2014
|
|
|
|
* Texas Instruments Incorporated, <www.ti.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_KS2_EVM_H
|
|
|
|
#define __CONFIG_KS2_EVM_H
|
|
|
|
|
|
|
|
/* Memory Configuration */
|
2022-11-16 18:10:41 +00:00
|
|
|
#define CFG_SYS_LPAE_SDRAM_BASE 0x800000000
|
2022-12-04 15:04:51 +00:00
|
|
|
#define CFG_MAX_RAM_BANK_SIZE (2 << 30) /* 2GB */
|
2014-07-09 20:44:48 +00:00
|
|
|
|
2017-03-13 13:04:26 +00:00
|
|
|
/* SRAM scratch space entries */
|
2022-05-19 19:09:22 +00:00
|
|
|
#define SRAM_SCRATCH_SPACE_ADDR 0xc0c23fc
|
2017-03-13 13:04:26 +00:00
|
|
|
|
|
|
|
#define TI_SRAM_SCRATCH_BOARD_EEPROM_START (SRAM_SCRATCH_SPACE_ADDR)
|
|
|
|
#define TI_SRAM_SCRATCH_BOARD_EEPROM_END (SRAM_SCRATCH_SPACE_ADDR + 0x200)
|
|
|
|
#define KEYSTONE_SRAM_SCRATCH_SPACE_END (TI_SRAM_SCRATCH_BOARD_EEPROM_END)
|
|
|
|
|
2014-07-09 20:44:48 +00:00
|
|
|
/* UART Configuration */
|
2022-11-16 18:10:28 +00:00
|
|
|
#define CFG_SYS_NS16550_COM1 KS2_UART0_BASE
|
|
|
|
#define CFG_SYS_NS16550_COM2 KS2_UART1_BASE
|
2014-07-09 20:44:48 +00:00
|
|
|
|
2015-09-19 10:56:41 +00:00
|
|
|
#ifndef CONFIG_SOC_K2G
|
2022-11-16 18:10:28 +00:00
|
|
|
#define CFG_SYS_NS16550_CLK ks_clk_get_rate(KS2_CLK1_6)
|
2015-09-19 10:56:41 +00:00
|
|
|
#else
|
2022-11-16 18:10:28 +00:00
|
|
|
#define CFG_SYS_NS16550_CLK ks_clk_get_rate(uart_pll_clk) / 2
|
2015-09-19 10:56:41 +00:00
|
|
|
#endif
|
|
|
|
|
2014-07-09 20:44:48 +00:00
|
|
|
/* SPI Configuration */
|
2022-11-16 18:10:41 +00:00
|
|
|
#define CFG_SYS_SPI_CLK ks_clk_get_rate(KS2_CLK1_6)
|
2014-07-09 20:44:48 +00:00
|
|
|
|
2014-09-29 19:17:22 +00:00
|
|
|
/* Keystone net */
|
2022-12-04 15:04:26 +00:00
|
|
|
#define CFG_KSNET_MAC_ID_BASE KS2_MAC_ID_BASE_ADDR
|
2022-12-04 15:04:27 +00:00
|
|
|
#define CFG_KSNET_NETCP_BASE KS2_NETCP_BASE
|
2022-12-04 15:04:30 +00:00
|
|
|
#define CFG_KSNET_SERDES_SGMII_BASE KS2_SGMII_SERDES_BASE
|
2022-12-04 15:04:29 +00:00
|
|
|
#define CFG_KSNET_SERDES_SGMII2_BASE KS2_SGMII_SERDES2_BASE
|
2022-12-04 15:04:28 +00:00
|
|
|
#define CFG_KSNET_SERDES_LANES_PER_SGMII KS2_LANES_PER_SGMII_SERDES
|
2014-09-29 19:17:22 +00:00
|
|
|
|
2014-07-09 20:44:48 +00:00
|
|
|
/* NAND Configuration */
|
2022-11-12 22:36:51 +00:00
|
|
|
#define CFG_SYS_NAND_MASK_CLE 0x4000
|
|
|
|
#define CFG_SYS_NAND_MASK_ALE 0x2000
|
|
|
|
#define CFG_SYS_NAND_CS 2
|
2014-07-09 20:44:48 +00:00
|
|
|
|
2022-11-12 22:36:51 +00:00
|
|
|
#define CFG_SYS_NAND_LARGEPAGE
|
|
|
|
#define CFG_SYS_NAND_BASE_LIST { 0x30000000, }
|
2014-07-09 20:44:48 +00:00
|
|
|
|
2015-07-22 23:05:45 +00:00
|
|
|
/* Now for the remaining common defines */
|
|
|
|
#include <configs/ti_armv7_common.h>
|
|
|
|
|
2014-07-09 20:44:48 +00:00
|
|
|
/* we may include files below only after all above definitions */
|
|
|
|
#include <asm/arch/clock.h>
|
2015-09-19 10:56:41 +00:00
|
|
|
#ifndef CONFIG_SOC_K2G
|
2022-11-16 18:10:41 +00:00
|
|
|
#define CFG_SYS_HZ_CLOCK ks_clk_get_rate(KS2_CLK1_6)
|
2015-09-19 10:56:41 +00:00
|
|
|
#else
|
2022-11-16 18:10:41 +00:00
|
|
|
#define CFG_SYS_HZ_CLOCK get_external_clk(sys_clk)
|
2015-09-19 10:56:41 +00:00
|
|
|
#endif
|
2014-07-09 20:44:48 +00:00
|
|
|
|
|
|
|
#endif /* __CONFIG_KS2_EVM_H */
|