9632319e126a214d705d1a92c44a4b8fd23765ed
[platform/kernel/u-boot.git] / include / configs / espresso7420.h
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 CONFIG_ESPRESSO7420
14
15 #define CONFIG_SYS_SDRAM_BASE           0x40000000
16 #define CONFIG_SPL_STACK                CONFIG_IRAM_END
17
18 /* DRAM Memory Banks */
19 #define SDRAM_BANK_SIZE         (256UL << 20UL) /* 256 MB */
20
21 #endif  /* __CONFIG_ESPRESSO7420_H */