blob: 2f067a4424824b051e5e325ec0d3d5cc269cfcb9 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Thomas Abrahamd23cb312016-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 Abrahamd23cb312016-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 Abrahamd23cb312016-04-23 22:18:13 +053013#define CONFIG_SYS_SDRAM_BASE 0x40000000
Thomas Abrahamd23cb312016-04-23 22:18:13 +053014
Thomas Abrahamd23cb312016-04-23 22:18:13 +053015/* DRAM Memory Banks */
Thomas Abrahamd23cb312016-04-23 22:18:13 +053016#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
17
18#endif /* __CONFIG_ESPRESSO7420_H */