3 * Marvell Semiconductor <www.marvell.com>
4 * Written-by: Lei Wen <leiwen@marvell.com>
6 * SPDX-License-Identifier: GPL-2.0+
10 #define __CONFIG_DKB_H
13 * Version number information
15 #define CONFIG_IDENT_STRING "\nMarvell-TTC DKB"
18 * High Level Configuration Options
20 #define CONFIG_SHEEVA_88SV331xV5 1 /* CPU Core subversion */
21 #define CONFIG_PANTHEON 1 /* SOC Family Name */
22 #define CONFIG_MACH_TTC_DKB 1 /* Machine type */
23 #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
25 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000)
26 #define CONFIG_NR_DRAM_BANKS_MAX 2
29 * Commands configuration
31 #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
32 #include <config_cmd_default.h>
33 #define CONFIG_CMD_I2C
34 #define CONFIG_CMD_MMC
38 * mv-common.h should be defined after CMD configs since it used them
39 * to enable certain macros
41 #include "mv-common.h"
43 #undef CONFIG_ARCH_MISC_INIT
46 * Environment variables configurations
48 #define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */
49 #define CONFIG_ENV_SIZE 0x20000 /* 64k */
51 #endif /* __CONFIG_DKB_H */