From 6eb27588957e2d483b2dd518c1f473df1ebdd03d Mon Sep 17 00:00:00 2001 From: Unnathi Chalicheemala Date: Thu, 16 Nov 2023 13:51:43 -0800 Subject: [PATCH] ARM: dts: msm: Add IMEM node for Sun Add IMEM node for Sun SoC. Change-Id: If112305d66109a098ee438fa36b6d11ae67d855b Signed-off-by: Unnathi Chalicheemala --- qcom/sun.dtsi | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index bb99f800..9ef7681d 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1177,6 +1177,59 @@ qcom,sw-drv-ids = <0>; }; + qcom,msm-imem@14680000 { + compatible = "qcom,msm-imem"; + reg = <0x14680000 0x1000>; + ranges = <0x0 0x14680000 0x1000>; + #address-cells = <1>; + #size-cells = <1>; + + mem_dump_table@10 { + compatible = "qcom,msm-imem-mem_dump_table"; + reg = <0x10 0x8>; + }; + + restart_reason@65c { + compatible = "qcom,msm-imem-restart_reason"; + reg = <0x65c 0x4>; + }; + + dload_type@1c { + compatible = "qcom,msm-imem-dload-type"; + reg = <0x1c 0x4>; + }; + + boot_stats@6b0 { + compatible = "qcom,msm-imem-boot_stats"; + reg = <0x6b0 0x20>; + }; + + kaslr_offset@6d0 { + compatible = "qcom,msm-imem-kaslr_offset"; + reg = <0x6d0 0xc>; + }; + + pil@94c { + compatible = "qcom,pil-reloc-info"; + reg = <0x94c 0xc8>; + }; + + pil@6dc { + compatible = "qcom,msm-imem-pil-disable-timeout"; + reg = <0x6dc 0x4>; + }; + + diag_dload@c8 { + compatible = "qcom,msm-imem-diag-dload"; + reg = <0xc8 0xc8>; + }; + + modem_dsm@c98 { + compatible = "qcom,msm-imem-mss-dsm"; + reg = <0xc98 0x10>; + }; + }; + cluster-device0 { compatible = "qcom,lpm-cluster-dev"; power-domains = <&CLUSTER_PD0>;