diff options
author | Konrad Dybcio <[email protected]> | 2023-03-16 15:12:54 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-04-04 20:17:45 -0700 |
commit | 528630df2fa6d34eca0268a293fe354c71e48556 (patch) | |
tree | 8032294cf83976f58a195e77570347af54e33e61 | |
parent | 2cecb9c2419f78e939e6e902895591ce3e3a7cc7 (diff) |
arm64: dts: qcom: sm6375: Add IMEM
Add a node for the IMEM block on SM6375.
Signed-off-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm6375.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6375.dtsi b/arch/arm64/boot/dts/qcom/sm6375.dtsi index a47cd80d0e1c..46b39fa8d5b8 100644 --- a/arch/arm64/boot/dts/qcom/sm6375.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6375.dtsi @@ -1251,6 +1251,20 @@ }; }; + sram@c125000 { + compatible = "qcom,sm6375-imem", "syscon", "simple-mfd"; + reg = <0 0x0c125000 0 0x1000>; + ranges = <0 0 0x0c125000 0x1000>; + + #address-cells = <1>; + #size-cells = <1>; + + pil-reloc@94c { + compatible = "qcom,pil-reloc-info"; + reg = <0x94c 0xc8>; + }; + }; + apps_smmu: iommu@c600000 { compatible = "qcom,sm6375-smmu-500", "arm,mmu-500"; reg = <0 0x0c600000 0 0x100000>; |