2018-05-07 05:58:06 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2014-10-08 12:01:47 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2014 Google, Inc
|
|
|
|
*
|
|
|
|
* Configuration settings for generic Exynos 5 board
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_EXYNOS5_DT_COMMON_H
|
|
|
|
#define __CONFIG_EXYNOS5_DT_COMMON_H
|
|
|
|
|
2014-11-09 18:44:32 +08:00
|
|
|
/* Console configuration */
|
|
|
|
#undef EXYNOS_DEVICE_SETTINGS
|
|
|
|
#define EXYNOS_DEVICE_SETTINGS \
|
|
|
|
"stdin=serial,cros-ec-keyb\0" \
|
2016-02-22 12:09:01 +08:00
|
|
|
"stdout=serial,vidconsole\0" \
|
|
|
|
"stderr=serial,vidconsole\0"
|
2014-11-09 18:44:32 +08:00
|
|
|
|
2022-11-17 02:10:41 +08:00
|
|
|
#define CFG_SYS_SPI_BASE 0x12D30000
|
2015-08-03 22:19:29 +08:00
|
|
|
#define FLASH_SIZE (4 << 20)
|
|
|
|
|
2014-10-08 12:01:47 +08:00
|
|
|
#endif
|