1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration settings for the SAMSUNG ESPRESSO7420 board.
4 * Copyright (C) 2016 Samsung Electronics
5 * Thomas Abraham <thomas.ab@samsung.com>
6 */
7
8#ifndef __CONFIG_ESPRESSO7420_H
9#define __CONFIG_ESPRESSO7420_H
10
11#include <configs/exynos7420-common.h>
12
13#define CFG_SYS_SDRAM_BASE		0x40000000
14
15/* DRAM Memory Banks */
16#define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */
17
18#endif	/* __CONFIG_ESPRESSO7420_H */
19