Commit 590db411 authored by Poovendhan Selvaraj's avatar Poovendhan Selvaraj Committed by Bjorn Andersson

arm64: dts: qcom: ipq9574: Enable the download mode support

Enable the support for download mode to collect the crashdumps if
system crashes, to debug crashes extensively.
Signed-off-by: default avatarPoovendhan Selvaraj <quic_poovendh@quicinc.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230511075814.2370-2-quic_poovendh@quicinc.com
parent ac9a7868
...@@ -75,6 +75,13 @@ L2_0: l2-cache { ...@@ -75,6 +75,13 @@ L2_0: l2-cache {
}; };
}; };
firmware {
scm {
compatible = "qcom,scm-ipq9574", "qcom,scm";
qcom,dload-mode = <&tcsr 0x6100>;
};
};
memory@40000000 { memory@40000000 {
device_type = "memory"; device_type = "memory";
/* We expect the bootloader to fill in the size */ /* We expect the bootloader to fill in the size */
...@@ -142,6 +149,11 @@ gcc: clock-controller@1800000 { ...@@ -142,6 +149,11 @@ gcc: clock-controller@1800000 {
#power-domain-cells = <1>; #power-domain-cells = <1>;
}; };
tcsr: syscon@1937000 {
compatible = "qcom,tcsr-ipq9574", "syscon";
reg = <0x01937000 0x21000>;
};
sdhc_1: mmc@7804000 { sdhc_1: mmc@7804000 {
compatible = "qcom,ipq9574-sdhci", "qcom,sdhci-msm-v5"; compatible = "qcom,ipq9574-sdhci", "qcom,sdhci-msm-v5";
reg = <0x07804000 0x1000>, <0x07805000 0x1000>; reg = <0x07804000 0x1000>, <0x07805000 0x1000>;
......
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