2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2014-06-18 12:23:58 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2013 Samsung Electronics
|
|
|
|
*
|
|
|
|
* Configuration settings for the SAMSUNG EXYNOS5420 SoC
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_EXYNOS5420_H
|
|
|
|
#define __CONFIG_EXYNOS5420_H
|
|
|
|
|
2022-12-04 15:04:14 +00:00
|
|
|
#define CFG_IRAM_TOP 0x02074000
|
2014-06-18 12:23:58 +00:00
|
|
|
|
2015-02-20 07:57:11 +00:00
|
|
|
#define CONFIG_PHY_IRAM_BASE 0x02020000
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Low Power settings
|
|
|
|
*/
|
2022-12-04 15:04:33 +00:00
|
|
|
#define CFG_LOWPOWER_FLAG 0x02020028
|
2022-12-04 15:04:32 +00:00
|
|
|
#define CFG_LOWPOWER_ADDR 0x0202002C
|
2015-02-20 07:57:11 +00:00
|
|
|
|
2014-06-18 12:23:58 +00:00
|
|
|
#endif /* __CONFIG_EXYNOS5420_H */
|