blob: d936b7f09fcd99866cca6c4f98912e0c9b825a18 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Thomas Abrahame39448e2016-04-23 22:18:13 +05302/*
3 * Configuration settings for the SAMSUNG ESPRESSO7420 board.
4 * Copyright (C) 2016 Samsung Electronics
5 * Thomas Abraham <thomas.ab@samsung.com>
Thomas Abrahame39448e2016-04-23 22:18:13 +05306 */
7
8#ifndef __CONFIG_ESPRESSO7420_H
9#define __CONFIG_ESPRESSO7420_H
10
11#include <configs/exynos7420-common.h>
12
Thomas Abrahame39448e2016-04-23 22:18:13 +053013#define CONFIG_ESPRESSO7420
Thomas Abrahame39448e2016-04-23 22:18:13 +053014
15#define CONFIG_SYS_SDRAM_BASE 0x40000000
Thomas Abrahame39448e2016-04-23 22:18:13 +053016#define CONFIG_SPL_STACK CONFIG_IRAM_END
17#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_END
18
Thomas Abrahame39448e2016-04-23 22:18:13 +053019/* DRAM Memory Banks */
Thomas Abrahame39448e2016-04-23 22:18:13 +053020#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
21
22#endif /* __CONFIG_ESPRESSO7420_H */