blob: 7a244769e30a3ef687f9021924bf86f7da6d2f2d [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Chander Kashyap0d2f2772013-08-21 10:38:56 +05302/*
3 * Copyright (C) 2013 Samsung Electronics
4 *
Chander Kashyap0d2f2772013-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 Campbell3ecaa402014-11-09 10:44:32 +000011#define EXYNOS_FDTFILE_SETTING \
12 "fdtfile=exynos5250-arndale.dtb\0"
13
Simon Glass50dfd2c2014-10-07 22:01:48 -060014#include "exynos5250-common.h"
Simon Glass0b18b802015-08-03 08:19:29 -060015#include <configs/exynos5-common.h>
Chander Kashyap0d2f2772013-08-21 10:38:56 +053016
Chander Kashyap0d2f2772013-08-21 10:38:56 +053017/* Miscellaneous configurable options */
Chander Kashyap0d2f2772013-08-21 10:38:56 +053018
Tom Rini893cd412022-06-10 22:59:33 -040019#define CONFIG_SMP_PEN_ADDR 0x02020000
Andre Przywara64d4c222014-08-01 13:35:44 +020020
21/* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */
22#define CONFIG_ARM_GIC_BASE_ADDRESS 0x10480000
23
Chander Kashyap0d2f2772013-08-21 10:38:56 +053024#endif /* __CONFIG_H */