ARM: dts: msm: add remote debugger support

Add remote debugger device configuration. The Remote Debugger driver
allows a debugger running on a host PC to communicate with a remote
stub running on peripheral subsystems.

Change-Id: I82bf393d1d39687c73335c0f59e68a9e35c5e830
This commit is contained in:
Devender Kaushik
2022-12-10 22:39:37 +05:30
parent da90208c8d
commit bf4a86c189
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
&soc {
/* smp2p information */
qcom,smp2p_interrupt_rdbg_2_out {
compatible = "qcom,smp2p-interrupt-rdbg-2-out";
qcom,smem-states = <&smp2p_rdbg2_out 0>;
qcom,smem-state-names = "rdbg-smp2p-out";
};
qcom,smp2p_interrupt_rdbg_2_in {
compatible = "qcom,smp2p-interrupt-rdbg-2-in";
interrupts-extended = <&smp2p_rdbg2_in 0 0>;
interrupt-names = "rdbg-smp2p-in";
};
};

View File

@@ -1135,6 +1135,17 @@
interrupt-controller;
#interrupt-cells = <2>;
};
smp2p_rdbg2_out: qcom,smp2p-rdbg2-out {
qcom,entry-name = "rdbg";
#qcom,smem-state-cells = <1>;
};
smp2p_rdbg2_in: qcom,smp2p-rdbg2-in {
qcom,entry-name = "rdbg";
interrupt-controller;
#interrupt-cells = <2>;
};
};
qcom,smp2p_sleepstate {
@@ -2741,3 +2752,4 @@
};
#include "ravelin-thermal.dtsi"
#include "ravelin-msm-rdbg.dtsi"