blob: c3473f7ef820c0835b34451a17b3b35d89670a5a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +05302
Chander Kashyap0aee53b2012-02-05 23:01:47 +00003/*
Hatim RV540b5af2012-12-11 00:52:48 +00004 * Copyright (C) 2012 Samsung Electronics
Chander Kashyap0aee53b2012-02-05 23:01:47 +00005 *
Hatim RV540b5af2012-12-11 00:52:48 +00006 * Configuration settings for the SAMSUNG EXYNOS5250 board.
Chander Kashyap0aee53b2012-02-05 23:01:47 +00007 */
8
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +05309#ifndef __CONFIG_5250_H
10#define __CONFIG_5250_H
Chander Kashyap0aee53b2012-02-05 23:01:47 +000011
Chander Kashyapad403e72013-07-25 18:28:52 +053012#define CONFIG_EXYNOS5250
Chander Kashyap0aee53b2012-02-05 23:01:47 +000013
Chander Kashyap0aee53b2012-02-05 23:01:47 +000014#define CONFIG_SYS_SDRAM_BASE 0x40000000
Chander Kashyap0aee53b2012-02-05 23:01:47 +000015
Chander Kashyap0aee53b2012-02-05 23:01:47 +000016#define CONFIG_MACH_TYPE MACH_TYPE_SMDK5250
17
Akshay Saraswatd2fe10f2014-06-18 17:54:00 +053018#define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
19
Rajeshwari Shinde78fbcc92012-07-03 20:02:53 +000020#define CONFIG_SPL_TEXT_BASE 0x02023400
Rajeshwari Shinde78fbcc92012-07-03 20:02:53 +000021
Chander Kashyap0aee53b2012-02-05 23:01:47 +000022#define CONFIG_IRAM_STACK 0x02050000
23
Rajeshwari Shinde643be9c2013-07-04 12:29:17 +053024#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
Chander Kashyap0aee53b2012-02-05 23:01:47 +000025
Simon Glassbf637ea2015-08-03 08:19:29 -060026/* USB */
Simon Glassbf637ea2015-08-03 08:19:29 -060027#define CONFIG_USB_EHCI_EXYNOS
Simon Glass23b479b2012-12-05 14:46:45 +000028
Sjoerd Simonsd64c31d2017-01-10 14:36:17 +010029#define CONFIG_USB_XHCI_EXYNOS
30
Michael Pratt0cf7e182014-06-18 17:54:02 +053031/* DRAM Memory Banks */
Michael Pratt0cf7e182014-06-18 17:54:02 +053032#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
33
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053034#endif /* __CONFIG_5250_H */