blob: 046813d1b62bcbf09f6f752462dbe58f2cf2a920 [file] [log] [blame]
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +05301/*
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
Simon Glass87033d42014-10-07 22:01:46 -060012#include <configs/exynos5420-common.h>
Simon Glass7d159532014-10-07 22:01:47 -060013#include <configs/exynos5-dt-common.h>
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053014
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053015
16/* select serial console configuration */
17#define CONFIG_SERIAL3 /* use SERIAL 3 */
18
19#define CONFIG_SYS_PROMPT "Peach # "
20#define CONFIG_IDENT_STRING " for Peach"
21
Ajay Kumar5cecf212014-09-05 16:53:38 +053022#define CONFIG_VIDEO_PARADE
23
24/* Display */
25#define CONFIG_LCD
26#ifdef CONFIG_LCD
27#define CONFIG_EXYNOS_FB
28#define CONFIG_EXYNOS_DP
29#define LCD_BPP LCD_COLOR16
30#endif
31
Simon Glass5b9c8cb2014-10-07 22:01:41 -060032#define CONFIG_POWER_TPS65090_EC
Simon Glass98149d72014-10-07 22:01:42 -060033#define CONFIG_CROS_EC_SPI /* Support CROS_EC over SPI */
Simon Glass5b9c8cb2014-10-07 22:01:41 -060034
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053035#endif /* __CONFIG_PEACH_PIT_H */