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