blob: 36c3a613eb75322288d374ea16a69e00e120f48f [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Rajeshwari Birje194fa0a2013-12-26 09:44:26 +05302
Chander Kashyaped2e25a2012-02-05 23:01:47 +00003/*
Hatim RV793ed482012-12-11 00:52:48 +00004 * Copyright (C) 2012 Samsung Electronics
Chander Kashyaped2e25a2012-02-05 23:01:47 +00005 *
Hatim RV793ed482012-12-11 00:52:48 +00006 * Configuration settings for the SAMSUNG EXYNOS5250 board.
Chander Kashyaped2e25a2012-02-05 23:01:47 +00007 */
8
Rajeshwari Birje194fa0a2013-12-26 09:44:26 +05309#ifndef __CONFIG_5250_H
10#define __CONFIG_5250_H
Chander Kashyaped2e25a2012-02-05 23:01:47 +000011
Chander Kashyapd4409932013-07-25 18:28:52 +053012#define CONFIG_EXYNOS5250
Chander Kashyaped2e25a2012-02-05 23:01:47 +000013
Chander Kashyaped2e25a2012-02-05 23:01:47 +000014#define CONFIG_SYS_SDRAM_BASE 0x40000000
Chander Kashyaped2e25a2012-02-05 23:01:47 +000015
Akshay Saraswate2728422014-06-18 17:54:00 +053016#define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
17
Chander Kashyaped2e25a2012-02-05 23:01:47 +000018#define CONFIG_IRAM_STACK 0x02050000
19
Rajeshwari Shindebed24422013-07-04 12:29:17 +053020#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
Chander Kashyaped2e25a2012-02-05 23:01:47 +000021
Simon Glass0b18b802015-08-03 08:19:29 -060022/* USB */
Simon Glass0b18b802015-08-03 08:19:29 -060023#define CONFIG_USB_EHCI_EXYNOS
Simon Glass9f68f8e2012-12-05 14:46:45 +000024
Sjoerd Simons4228ea62017-01-10 14:36:17 +010025#define CONFIG_USB_XHCI_EXYNOS
26
Michael Prattf2607922014-06-18 17:54:02 +053027/* DRAM Memory Banks */
Michael Prattf2607922014-06-18 17:54:02 +053028#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
29
Rajeshwari Birje194fa0a2013-12-26 09:44:26 +053030#endif /* __CONFIG_5250_H */