blob: 5109f7de53433dadfbcef0ae619c65ef9f3ef5c4 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Chander Kashyapa2ac68f2013-08-21 10:38:56 +05302/*
3 * Copyright (C) 2013 Samsung Electronics
4 *
Chander Kashyapa2ac68f2013-08-21 10:38:56 +05305 * Configuration settings for the SAMSUNG Arndale board.
6 */
7
8#ifndef __CONFIG_ARNDALE_H
9#define __CONFIG_ARNDALE_H
10
Ian Campbelle6825e02014-11-09 10:44:32 +000011#define EXYNOS_FDTFILE_SETTING \
12 "fdtfile=exynos5250-arndale.dtb\0"
13
Simon Glassf94de732014-10-07 22:01:48 -060014#include "exynos5250-common.h"
Simon Glassbf637ea2015-08-03 08:19:29 -060015#include <configs/exynos5-common.h>
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053016
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053017/* MMC SPL */
Rajeshwari Birjee106bd92013-12-26 09:44:24 +053018#define CONFIG_EXYNOS_SPL
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053019
20/* Miscellaneous configurable options */
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053021#define CONFIG_IRAM_STACK 0x02050000
22
23#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
24
Andre Przywarafafbc6c2014-08-01 13:35:44 +020025#define CONFIG_S5P_PA_SYSRAM 0x02020000
26#define CONFIG_SMP_PEN_ADDR CONFIG_S5P_PA_SYSRAM
27
28/* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */
29#define CONFIG_ARM_GIC_BASE_ADDRESS 0x10480000
30
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053031#endif /* __CONFIG_H */