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