blob: 5aeb009f0300cbdbbed8c5f9f59d9207bc7e8e4c [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
13#define CONFIG_BOARD_COMMON
14
15#define CONFIG_ESPRESSO7420
Thomas Abrahame39448e2016-04-23 22:18:13 +053016
17#define CONFIG_SYS_SDRAM_BASE 0x40000000
Thomas Abrahame39448e2016-04-23 22:18:13 +053018#define CONFIG_SPL_STACK CONFIG_IRAM_END
19#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_END
20
21/* select serial console configuration */
22#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
23
Thomas Abrahame39448e2016-04-23 22:18:13 +053024/* DRAM Memory Banks */
Thomas Abrahame39448e2016-04-23 22:18:13 +053025#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
26
27#endif /* __CONFIG_ESPRESSO7420_H */