Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 2 | |
Chander Kashyap | ed2e25a | 2012-02-05 23:01:47 +0000 | [diff] [blame] | 3 | /* |
Hatim RV | 793ed48 | 2012-12-11 00:52:48 +0000 | [diff] [blame] | 4 | * Copyright (C) 2012 Samsung Electronics |
Chander Kashyap | ed2e25a | 2012-02-05 23:01:47 +0000 | [diff] [blame] | 5 | * |
Hatim RV | 793ed48 | 2012-12-11 00:52:48 +0000 | [diff] [blame] | 6 | * Configuration settings for the SAMSUNG EXYNOS5250 board. |
Chander Kashyap | ed2e25a | 2012-02-05 23:01:47 +0000 | [diff] [blame] | 7 | */ |
8 | |||||
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 9 | #ifndef __CONFIG_5250_H |
10 | #define __CONFIG_5250_H | ||||
Chander Kashyap | ed2e25a | 2012-02-05 23:01:47 +0000 | [diff] [blame] | 11 | |
Chander Kashyap | d440993 | 2013-07-25 18:28:52 +0530 | [diff] [blame] | 12 | #define CONFIG_EXYNOS5250 |
Chander Kashyap | ed2e25a | 2012-02-05 23:01:47 +0000 | [diff] [blame] | 13 | |
Chander Kashyap | ed2e25a | 2012-02-05 23:01:47 +0000 | [diff] [blame] | 14 | #define CONFIG_SYS_SDRAM_BASE 0x40000000 |
Chander Kashyap | ed2e25a | 2012-02-05 23:01:47 +0000 | [diff] [blame] | 15 | |
Akshay Saraswat | e272842 | 2014-06-18 17:54:00 +0530 | [diff] [blame] | 16 | #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024) |
17 | |||||
Chander Kashyap | ed2e25a | 2012-02-05 23:01:47 +0000 | [diff] [blame] | 18 | #define CONFIG_IRAM_STACK 0x02050000 |
19 | |||||
Rajeshwari Shinde | bed2442 | 2013-07-04 12:29:17 +0530 | [diff] [blame] | 20 | #define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK |
Chander Kashyap | ed2e25a | 2012-02-05 23:01:47 +0000 | [diff] [blame] | 21 | |
Simon Glass | 0b18b80 | 2015-08-03 08:19:29 -0600 | [diff] [blame] | 22 | /* USB */ |
Simon Glass | 0b18b80 | 2015-08-03 08:19:29 -0600 | [diff] [blame] | 23 | #define CONFIG_USB_EHCI_EXYNOS |
Simon Glass | 9f68f8e | 2012-12-05 14:46:45 +0000 | [diff] [blame] | 24 | |
Sjoerd Simons | 4228ea6 | 2017-01-10 14:36:17 +0100 | [diff] [blame] | 25 | #define CONFIG_USB_XHCI_EXYNOS |
26 | |||||
Michael Pratt | f260792 | 2014-06-18 17:54:02 +0530 | [diff] [blame] | 27 | /* DRAM Memory Banks */ |
Michael Pratt | f260792 | 2014-06-18 17:54:02 +0530 | [diff] [blame] | 28 | #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */ |
29 | |||||
Rajeshwari Birje | 194fa0a | 2013-12-26 09:44:26 +0530 | [diff] [blame] | 30 | #endif /* __CONFIG_5250_H */ |