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

Commit 6c6e69ad authored by Shaoqing Liu's avatar Shaoqing Liu Committed by Xiaogang Cui
Browse files

ARM: dts: msm: add dbgui support for mdmfermium



Add device tree node for DebugUI component to support trigger
based data capture and trace data output.

Change-Id: I8641391c4ea8cf95aae424c35f2426a5ec5a7935
Signed-off-by: default avatarShaoqing Liu <shaoqingliu@codeaurora.org>
parent 5c3d8200
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -371,4 +371,25 @@

		qcom,inst-id = <2>;
	};

	dbgui: dbgui@606d000 {
		compatible = "qcom,coresight-dbgui";
		reg = <0x606d000 0x1000>;
		reg-names = "dbgui-base";

		coresight-id = <23>;
		coresight-name = "coresight-dbgui";
		coresight-nr-inports = <0>;
		coresight-outports = <0>;
		coresight-child-list = <&funnel_in2>;
		coresight-child-ports = <1>;

		qcom,dbgui-addr-offset = <0x30>;
		qcom,dbgui-data-offset = <0xB0>;
		qcom,dbgui-size = <32>;

		clocks = <&clock_gcc clk_qdss_clk>,
			 <&clock_gcc clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";
	};
};