Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Thomas Abraham | d23cb31 | 2016-04-23 22:18:13 +0530 | [diff] [blame] | 2 | /* |
| 3 | * Configuration settings for the SAMSUNG ESPRESSO7420 board. |
| 4 | * Copyright (C) 2016 Samsung Electronics |
| 5 | * Thomas Abraham <thomas.ab@samsung.com> |
Thomas Abraham | d23cb31 | 2016-04-23 22:18:13 +0530 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __CONFIG_ESPRESSO7420_H |
| 9 | #define __CONFIG_ESPRESSO7420_H |
| 10 | |
| 11 | #include <configs/exynos7420-common.h> |
| 12 | |
Thomas Abraham | d23cb31 | 2016-04-23 22:18:13 +0530 | [diff] [blame] | 13 | #define CONFIG_SYS_SDRAM_BASE 0x40000000 |
Thomas Abraham | d23cb31 | 2016-04-23 22:18:13 +0530 | [diff] [blame] | 14 | |
Thomas Abraham | d23cb31 | 2016-04-23 22:18:13 +0530 | [diff] [blame] | 15 | /* DRAM Memory Banks */ |
Thomas Abraham | d23cb31 | 2016-04-23 22:18:13 +0530 | [diff] [blame] | 16 | #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */ |
| 17 | |
| 18 | #endif /* __CONFIG_ESPRESSO7420_H */ |