2 * Copyright (C) 2013 Samsung Electronics
4 * SPDX-License-Identifier: GPL-2.0+
6 * Configuration settings for the SAMSUNG Arndale board.
9 #ifndef __CONFIG_ARNDALE_H
10 #define __CONFIG_ARNDALE_H
12 #define EXYNOS_FDTFILE_SETTING \
13 "fdtfile=exynos5250-arndale.dtb\0"
15 #include "exynos5250-common.h"
16 #include <configs/exynos5-common.h>
18 /* SD/MMC configuration */
19 #define CONFIG_SUPPORT_EMMC_BOOT
21 /* allow to overwrite serial and ethaddr */
22 #define CONFIG_ENV_OVERWRITE
25 #define CONFIG_EXYNOS_SPL
27 /* Miscellaneous configurable options */
28 #define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
30 #define CONFIG_IDENT_STRING " for ARNDALE"
32 #define CONFIG_ENV_IS_IN_MMC
33 #define CONFIG_ENV_OFFSET (CONFIG_BL2_OFFSET + CONFIG_BL2_SIZE)
35 #define CONFIG_IRAM_STACK 0x02050000
37 #define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
42 #define CONFIG_POWER_I2C
44 #define CONFIG_PREBOOT
46 #define CONFIG_S5P_PA_SYSRAM 0x02020000
47 #define CONFIG_SMP_PEN_ADDR CONFIG_S5P_PA_SYSRAM
48 #define CONFIG_ARMV7_PSCI_NR_CPUS 4
50 /* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */
51 #define CONFIG_ARM_GIC_BASE_ADDRESS 0x10480000
54 #define CONFIG_ARM_ERRATA_773022
55 #define CONFIG_ARM_ERRATA_774769
59 #define CONFIG_POWER_I2C
61 #endif /* __CONFIG_H */