Commit 9b7069ed authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson

ARM: dts: qcom: sdx55: Add IMEM and PIL info region

Add a simple-mfd representing IMEM on SDX55 and define the PIL
relocation info region, so that post mortem tools will be able to locate
the loaded remoteproc.
Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20210408170457.91409-6-manivannan.sadhasivam@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 21e6e1dc
...@@ -379,6 +379,21 @@ tlmm: pinctrl@f100000 { ...@@ -379,6 +379,21 @@ tlmm: pinctrl@f100000 {
#interrupt-cells = <2>; #interrupt-cells = <2>;
}; };
imem@1468f000 {
compatible = "simple-mfd";
reg = <0x1468f000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x1468f000 0x1000>;
pil-reloc@94c {
compatible = "qcom,pil-reloc-info";
reg = <0x94c 0x200>;
};
};
apps_smmu: iommu@15000000 { apps_smmu: iommu@15000000 {
compatible = "qcom,sdx55-smmu-500", "arm,mmu-500"; compatible = "qcom,sdx55-smmu-500", "arm,mmu-500";
reg = <0x15000000 0x20000>; reg = <0x15000000 0x20000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment