]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/espresso7420.h
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / include / configs / espresso7420.h
CommitLineData
e39448e8
TA
1/*
2 * Configuration settings for the SAMSUNG ESPRESSO7420 board.
3 * Copyright (C) 2016 Samsung Electronics
4 * Thomas Abraham <thomas.ab@samsung.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9#ifndef __CONFIG_ESPRESSO7420_H
10#define __CONFIG_ESPRESSO7420_H
11
12#include <configs/exynos7420-common.h>
13
14#define CONFIG_BOARD_COMMON
15
16#define CONFIG_ESPRESSO7420
e39448e8
TA
17
18#define CONFIG_SYS_SDRAM_BASE 0x40000000
e39448e8
TA
19#define CONFIG_SPL_STACK CONFIG_IRAM_END
20#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_END
21
22/* select serial console configuration */
23#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
24
e39448e8
TA
25#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
26
27/* DRAM Memory Banks */
28#define CONFIG_NR_DRAM_BANKS 8
29#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
30
31#endif /* __CONFIG_ESPRESSO7420_H */