blob: a0107e8b4d4b551a4688c06bf66f73aaee58b73f [file] [log] [blame]
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +05301
Chander Kashyap0aee53b2012-02-05 23:01:47 +00002/*
Hatim RV540b5af2012-12-11 00:52:48 +00003 * Copyright (C) 2012 Samsung Electronics
Chander Kashyap0aee53b2012-02-05 23:01:47 +00004 *
Hatim RV540b5af2012-12-11 00:52:48 +00005 * Configuration settings for the SAMSUNG EXYNOS5250 board.
Chander Kashyap0aee53b2012-02-05 23:01:47 +00006 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Chander Kashyap0aee53b2012-02-05 23:01:47 +00008 */
9
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053010#ifndef __CONFIG_5250_H
11#define __CONFIG_5250_H
Chander Kashyap0aee53b2012-02-05 23:01:47 +000012
Simon Glass4c7bb1d2014-10-07 22:01:44 -060013#include <configs/exynos5-common.h>
Chander Kashyapad403e72013-07-25 18:28:52 +053014#define CONFIG_EXYNOS5250
Chander Kashyap0aee53b2012-02-05 23:01:47 +000015
Chander Kashyap0aee53b2012-02-05 23:01:47 +000016#define CONFIG_SYS_SDRAM_BASE 0x40000000
17#define CONFIG_SYS_TEXT_BASE 0x43E00000
18
Chander Kashyap0aee53b2012-02-05 23:01:47 +000019/* MACH_TYPE_SMDK5250 macro will be removed once added to mach-types */
20#define MACH_TYPE_SMDK5250 3774
21#define CONFIG_MACH_TYPE MACH_TYPE_SMDK5250
22
Akshay Saraswatd2fe10f2014-06-18 17:54:00 +053023#define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
24
Rajeshwari Shindea4dae632012-05-14 05:52:05 +000025/* USB */
26#define CONFIG_CMD_USB
Vivek Gautam8f999f02013-09-14 14:02:51 +053027#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
Rajeshwari Shindea4dae632012-05-14 05:52:05 +000028#define CONFIG_USB_STORAGE
29
Rajeshwari Shinde78fbcc92012-07-03 20:02:53 +000030#define CONFIG_SPL_TEXT_BASE 0x02023400
Rajeshwari Shinde78fbcc92012-07-03 20:02:53 +000031
Chander Kashyap0aee53b2012-02-05 23:01:47 +000032#define CONFIG_IRAM_STACK 0x02050000
33
Rajeshwari Shinde643be9c2013-07-04 12:29:17 +053034#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
Chander Kashyap0aee53b2012-02-05 23:01:47 +000035
Rajeshwari Shinde0d146a52012-08-24 00:39:24 +000036/* PMIC */
Simon Glass913702c2014-05-20 06:01:34 -060037#define CONFIG_POWER_MAX77686
Rajeshwari Shinde0d146a52012-08-24 00:39:24 +000038
Rajeshwari Shinde36364712012-10-25 19:49:30 +000039/* Sound */
40#define CONFIG_CMD_SOUND
41#ifdef CONFIG_CMD_SOUND
42#define CONFIG_SOUND
Simon Glassa77bf702014-02-27 13:26:20 -070043#define CONFIG_I2S_SAMSUNG
Rajeshwari Shinde36364712012-10-25 19:49:30 +000044#define CONFIG_I2S
Rajeshwari Shindecfa6df12013-02-14 19:46:16 +000045#define CONFIG_SOUND_MAX98095
Rajeshwari Shinde36364712012-10-25 19:49:30 +000046#define CONFIG_SOUND_WM8994
47#endif
48
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053049/* I2C */
50#define CONFIG_MAX_I2C_NUM 8
Simon Glass23b479b2012-12-05 14:46:45 +000051
Ajay Kumar9b572852013-01-08 20:42:26 +000052/* Display */
53#define CONFIG_LCD
Ajay Kumar99e51622013-01-10 21:06:10 +000054#ifdef CONFIG_LCD
Ajay Kumar9b572852013-01-08 20:42:26 +000055#define CONFIG_EXYNOS_FB
56#define CONFIG_EXYNOS_DP
Ajay Kumar9b572852013-01-08 20:42:26 +000057#define LCD_BPP LCD_COLOR16
Ajay Kumar99e51622013-01-10 21:06:10 +000058#endif
Michael Pratt0cf7e182014-06-18 17:54:02 +053059
60/* DRAM Memory Banks */
61#define CONFIG_NR_DRAM_BANKS 8
62#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
63
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053064#endif /* __CONFIG_5250_H */