Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a57cde3f authored by Devender Kaushik's avatar Devender Kaushik
Browse files

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: I5d5ada04484294635d7920e2b7426950b51040bd
parent 051eca5e
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -799,6 +799,18 @@
			#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-nsp {
@@ -821,6 +833,17 @@
			interrupt-controller;
			#interrupt-cells = <2>;
		};

		smp2p_rdbg5_out: qcom,smp2p-rdbg5-out {
			qcom,entry-name = "rdbg";
			#qcom,smem-state-cells = <1>;
		};

		smp2p_rdbg5_in: qcom,smp2p-rdbg5-in {
			qcom,entry-name = "rdbg";
			interrupt-controller;
			#interrupt-cells = <2>;
		};
	};

	qcom,smp2p-modem {
@@ -2385,3 +2408,5 @@
	status = "ok";
};


#include "msm-rdbg.dtsi"