2 * Copyright (C) 2013 Samsung Electronics
4 * Configuration settings for the SAMSUNG/GOOGLE PEACH-PIT board.
6 * SPDX-License-Identifier: GPL-2.0+
9 #ifndef __CONFIG_PEACH_PIT_H
10 #define __CONFIG_PEACH_PIT_H
12 #include <configs/exynos5-dt.h>
14 #include <configs/exynos5420.h>
17 /* select serial console configuration */
18 #define CONFIG_SERIAL3 /* use SERIAL 3 */
20 #define CONFIG_SYS_PROMPT "Peach # "
21 #define CONFIG_IDENT_STRING " for Peach"
23 #define CONFIG_VIDEO_PARADE
28 #define CONFIG_EXYNOS_FB
29 #define CONFIG_EXYNOS_DP
30 #define LCD_BPP LCD_COLOR16
33 #define CONFIG_POWER_TPS65090_EC
35 #endif /* __CONFIG_PEACH_PIT_H */