]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/exynos5-dt-common.h
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / include / configs / exynos5-dt-common.h
CommitLineData
7d159536
SG
1/*
2 * Copyright (C) 2014 Google, Inc
3 *
4 * Configuration settings for generic Exynos 5 board
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9#ifndef __CONFIG_EXYNOS5_DT_COMMON_H
10#define __CONFIG_EXYNOS5_DT_COMMON_H
11
e6825e03
IC
12/* Console configuration */
13#undef EXYNOS_DEVICE_SETTINGS
14#define EXYNOS_DEVICE_SETTINGS \
15 "stdin=serial,cros-ec-keyb\0" \
bb5930d5
SG
16 "stdout=serial,vidconsole\0" \
17 "stderr=serial,vidconsole\0"
e6825e03 18
54abb000
SG
19#define CONFIG_EXYNOS5_DT
20
bf637ea5
SG
21#define CONFIG_ENV_SPI_BASE 0x12D30000
22#define FLASH_SIZE (4 << 20)
23#define CONFIG_ENV_OFFSET (FLASH_SIZE - CONFIG_ENV_SECT_SIZE)
24#define CONFIG_SPI_BOOTING
25
26#define CONFIG_BOARD_COMMON
27
28/* Display */
bf637ea5
SG
29#ifdef CONFIG_LCD
30#define CONFIG_EXYNOS_FB
31#define CONFIG_EXYNOS_DP
32#define LCD_BPP LCD_COLOR16
33#endif
7d159536 34
7d159536 35/* Enable keyboard */
7d159536
SG
36#define CONFIG_KEYBOARD
37
7d159536 38#endif