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

Commit ec09a4d9 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: I49819fe37c5cc28bde90cfff9c9e861e9c02f9f7
parent 02d74d32
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -983,6 +983,17 @@
			#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-modem {
@@ -1039,6 +1050,18 @@
			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>;
		};

	};

	rpm_msg_ram: memory@045f0000 {
@@ -1856,3 +1879,6 @@
&qupv3_se9_2uart {
	status = "ok";
};

#include "msm-rdbg.dtsi"