arm64: dts: exynos: Add iRAM device-tree node for Exynos5433
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 9 Jan 2018 06:23:04 +0000 (15:23 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:37 +0000 (14:56 +0900)
Add the iRAM device-tree node of Exynos5433 which defines the memory map
of iRAM as following and it is used for suspend.
- address: 0x0202_0000 ~ 0x3000_0000

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
arch/arm64/boot/dts/exynos/exynos5433.dtsi

index be2843b..731d7cc 100644 (file)
                        interrupt-affinity = <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>;
                };
 
+               sysram@2020000 {
+                       compatible = "mmio-sram";
+                       reg = <0x02020000 0x5c000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges = <0 0x02020000 0x5c000>;
+                       status = "okay";
+
+                       smp-sysram@5b000 {
+                               compatible = "samsung,exynos4210-sysram-ns";
+                               reg = <0x5b000 0x1000>;
+                       };
+               };
+
                chipid@10000000 {
                        compatible = "samsung,exynos4210-chipid";
                        reg = <0x10000000 0x100>;