blob: 8f2dac61cba3f1f79b19cf681b637fca7617569b [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
Tom Rini65cc0e22022-11-16 13:10:41 -050018#define CFG_SYS_SPI_BASE 0x12D30000
Simon Glassbf637ea2015-08-03 08:19:29 -060019#define FLASH_SIZE (4 << 20)
Simon Glassbf637ea2015-08-03 08:19:29 -060020
Simon Glass7d159532014-10-07 22:01:47 -060021#endif