xref: /rk3399_rockchip-uboot/include/configs/peach-pit.h (revision c19a8bc5711ec63e905ef91f045a1489f0aa3cb0)
1 /*
2  * Copyright (C) 2013 Samsung Electronics
3  *
4  * Configuration settings for the SAMSUNG/GOOGLE PEACH-PIT board.
5  *
6  * SPDX-License-Identifier:	GPL-2.0+
7  */
8 
9 #ifndef __CONFIG_PEACH_PIT_H
10 #define __CONFIG_PEACH_PIT_H
11 
12 #include <configs/exynos5-dt.h>
13 
14 #include <configs/exynos5420.h>
15 
16 
17 /* select serial console configuration */
18 #define CONFIG_SERIAL3		/* use SERIAL 3 */
19 
20 #define CONFIG_SYS_PROMPT	"Peach # "
21 #define CONFIG_IDENT_STRING	" for Peach"
22 
23 #define CONFIG_VIDEO_PARADE
24 
25 /* Display */
26 #define CONFIG_LCD
27 #ifdef CONFIG_LCD
28 #define CONFIG_EXYNOS_FB
29 #define CONFIG_EXYNOS_DP
30 #define LCD_BPP			LCD_COLOR16
31 #endif
32 
33 #endif	/* __CONFIG_PEACH_PIT_H */
34