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

Commit 47429c6a authored by tharun kumar's avatar tharun kumar
Browse files

ARM: dts: msm: add remote debugger device configuration for cdsp



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

Change-Id: I8ced995242938c53b2291c295dd4f20835cd3433
Acked-by: default avatarChenna Kesava Raju <chennak@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent 411a5ecc
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -72,4 +72,35 @@
		compatible = "qcom,smp2pgpio_client_rdbg_1_out";
		gpios = <&smp2pgpio_rdbg_1_out 0 0>;
	};

	smp2pgpio_rdbg_5_in: qcom,smp2pgpio-rdbg-5-in {
		compatible = "qcom,smp2pgpio";
		qcom,entry-name = "rdbg";
		qcom,remote-pid = <5>;
		qcom,is-inbound;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};

	qcom,smp2pgpio_client_rdbg_5_in {
		compatible = "qcom,smp2pgpio_client_rdbg_5_in";
		gpios = <&smp2pgpio_rdbg_5_in 0 0>;
	};

	smp2pgpio_rdbg_5_out: qcom,smp2pgpio-rdbg-5-out {
		compatible = "qcom,smp2pgpio";
		qcom,entry-name = "rdbg";
		qcom,remote-pid = <5>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};

	qcom,smp2pgpio_client_rdbg_5_out {
		compatible = "qcom,smp2pgpio_client_rdbg_5_out";
		gpios = <&smp2pgpio_rdbg_5_out 0 0>;
	};
};