blob: bcbdfa7ae35a68fc7c69005c759e2a42bfb6b59e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass7d159532014-10-07 22:01:47 -06002/*
3 * Copyright (C) 2014 Google, Inc
4 *
5 * Configuration settings for generic Exynos 5 board
Simon Glass7d159532014-10-07 22:01:47 -06006 */
7
8#ifndef __CONFIG_EXYNOS5_DT_COMMON_H
9#define __CONFIG_EXYNOS5_DT_COMMON_H
10
Ian Campbelle6825e02014-11-09 10:44:32 +000011/* Console configuration */
12#undef EXYNOS_DEVICE_SETTINGS
13#define EXYNOS_DEVICE_SETTINGS \
14 "stdin=serial,cros-ec-keyb\0" \
Simon Glassbb5930d2016-02-21 21:09:01 -070015 "stdout=serial,vidconsole\0" \
16 "stderr=serial,vidconsole\0"
Ian Campbelle6825e02014-11-09 10:44:32 +000017
Simon Glass54abb002015-08-03 08:19:31 -060018#define CONFIG_EXYNOS5_DT
19
Patrick Delaunayac31d0d2019-02-27 15:20:34 +010020#define CONFIG_SYS_SPI_BASE 0x12D30000
Simon Glassbf637ea2015-08-03 08:19:29 -060021#define FLASH_SIZE (4 << 20)
Simon Glassbf637ea2015-08-03 08:19:29 -060022#define CONFIG_SPI_BOOTING
23
Simon Glassbf637ea2015-08-03 08:19:29 -060024/* Display */
Simon Glassbf637ea2015-08-03 08:19:29 -060025#ifdef CONFIG_LCD
26#define CONFIG_EXYNOS_FB
27#define CONFIG_EXYNOS_DP
28#define LCD_BPP LCD_COLOR16
29#endif
Simon Glass7d159532014-10-07 22:01:47 -060030
Simon Glass7d159532014-10-07 22:01:47 -060031#endif