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

Commit 0c74826b authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu Committed by Gerrit - the friendly Code Review server
Browse files

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



Adding 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: I4aa40846efbf11739d81a9fbe22df811903d8eee
Acked-by: default avatarChenna Kesava Raju <chennak@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent 7aa065cb
Loading
Loading
Loading
Loading
+32 −1
Original line number Diff line number Diff line
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015, 2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -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>;
	};
};