]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: eliza: Add IMEM node
authorAlexander Koskovich <akoskovich@pm.me>
Sat, 18 Apr 2026 10:40:00 +0000 (10:40 +0000)
committerBjorn Andersson <andersson@kernel.org>
Thu, 21 May 2026 21:06:24 +0000 (16:06 -0500)
Add a node for the IMEM found on Eliza, which contains pil-reloc-info
and the modem tables for IPA, among others.

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Alexander Koskovich <akoskovich@pm.me>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260418-eliza-imem-v3-3-bfbd499b6e77@pm.me
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/eliza.dtsi

index abfaea2f6b7571ec6a12bcb0945af2d9d6e5efcf..466d49e421bfcdc1a50f63c6f39ec9feca269762 100644 (file)
                        };
                };
 
+               sram@14680000 {
+                       compatible = "qcom,eliza-imem", "mmio-sram";
+                       reg = <0x0 0x14680000 0x0 0x2c000>;
+                       ranges = <0x0 0x0 0x14680000 0x2c000>;
+
+                       no-memory-wc;
+
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       pil-reloc-sram@94c {
+                               compatible = "qcom,pil-reloc-info";
+                               reg = <0x94c 0xc8>;
+                       };
+
+                       ipa_modem_tables: modem-tables-sram@3000 {
+                               reg = <0x3000 0x2000>;
+                       };
+               };
+
                apps_smmu: iommu@15000000 {
                        compatible = "qcom,eliza-smmu-500", "qcom,smmu-500", "arm,mmu-500";
                        reg = <0x0 0x15000000 0x0 0x100000>;