Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Akshay Saraswat | fdd9df3 | 2014-06-18 17:53:58 +0530 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2013 Samsung Electronics |
| 4 | * |
| 5 | * Configuration settings for the SAMSUNG EXYNOS5420 SoC |
Akshay Saraswat | fdd9df3 | 2014-06-18 17:53:58 +0530 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __CONFIG_EXYNOS5420_H |
| 9 | #define __CONFIG_EXYNOS5420_H |
| 10 | |
Simon Glass | 252747a | 2014-10-07 22:01:46 -0600 | [diff] [blame] | 11 | #define CONFIG_EXYNOS5420 |
| 12 | |
Simon Glass | 3493eb2 | 2015-08-03 08:19:30 -0600 | [diff] [blame] | 13 | #define CONFIG_EXYNOS5_DT |
| 14 | |
Akshay Saraswat | fdd9df3 | 2014-06-18 17:53:58 +0530 | [diff] [blame] | 15 | #define CONFIG_VAR_SIZE_SPL |
| 16 | |
Akshay Saraswat | fdd9df3 | 2014-06-18 17:53:58 +0530 | [diff] [blame] | 17 | #define CONFIG_IRAM_TOP 0x02074000 |
| 18 | |
Akshay Saraswat | e272842 | 2014-06-18 17:54:00 +0530 | [diff] [blame] | 19 | #define CONFIG_SPL_MAX_FOOTPRINT (30 * 1024) |
| 20 | |
Akshay Saraswat | da9a809 | 2015-02-20 13:27:11 +0530 | [diff] [blame] | 21 | #define CONFIG_PHY_IRAM_BASE 0x02020000 |
| 22 | |
| 23 | /* Address for relocating helper code (Last 4 KB of IRAM) */ |
| 24 | #define CONFIG_EXYNOS_RELOCATE_CODE_BASE (CONFIG_IRAM_TOP - 0x1000) |
| 25 | |
| 26 | /* |
| 27 | * Low Power settings |
| 28 | */ |
| 29 | #define CONFIG_LOWPOWER_FLAG 0x02020028 |
| 30 | #define CONFIG_LOWPOWER_ADDR 0x0202002C |
| 31 | |
Simon Glass | 0b18b80 | 2015-08-03 08:19:29 -0600 | [diff] [blame] | 32 | #define CONFIG_USB_XHCI_EXYNOS |
| 33 | |
Akshay Saraswat | fdd9df3 | 2014-06-18 17:53:58 +0530 | [diff] [blame] | 34 | #endif /* __CONFIG_EXYNOS5420_H */ |