Skip to content

Commit a129ca1

Browse files
lijuanggandersson
authored andcommitted
arm64: dts: qcom: qcs615: Add IMEM and PIL info region
Add a simple-mfd representing IMEM on QCS615 and define the PIL relocation info region as its child. The PIL region in IMEM is used to communicate load addresses of remoteproc to post mortem debug tools, so that these tools can collect ramdumps. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> Link: https://lore.kernel.org/r/20250526-add_qcs615_remoteproc_support-v4-4-06a7d8bed0b5@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent bf2a6a7 commit a129ca1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/qcs615.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,6 +3290,20 @@
32903290
reg = <0x0 0x0c3f0000 0x0 0x400>;
32913291
};
32923292

3293+
sram@14680000 {
3294+
compatible = "qcom,qcs615-imem", "syscon", "simple-mfd";
3295+
reg = <0x0 0x14680000 0x0 0x2c000>;
3296+
ranges = <0 0 0x14680000 0x2c000>;
3297+
3298+
#address-cells = <1>;
3299+
#size-cells = <1>;
3300+
3301+
pil-reloc@2a94c {
3302+
compatible = "qcom,pil-reloc-info";
3303+
reg = <0x2a94c 0xc8>;
3304+
};
3305+
};
3306+
32933307
apps_smmu: iommu@15000000 {
32943308
compatible = "qcom,qcs615-smmu-500", "qcom,smmu-500", "arm,mmu-500";
32953309
reg = <0x0 0x15000000 0x0 0x80000>;

0 commit comments

Comments
 (0)