blob: b4f14a9a589db3dea1fd698abc69b10163cb953f [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
Tom Riniaa6e94d2022-11-16 13:10:37 -050013#define CFG_SYS_SDRAM_BASE 0x40000000
Thomas Abrahame39448e2016-04-23 22:18:13 +053014
Thomas Abrahame39448e2016-04-23 22:18:13 +053015/* DRAM Memory Banks */
Thomas Abrahame39448e2016-04-23 22:18:13 +053016#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
17
18#endif /* __CONFIG_ESPRESSO7420_H */