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

Commit bc851b4c authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: add dbgui support for msmtitanium



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

Change-Id: I97fe3331b1af64d1d3472d67c1b18461c1c677e6
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent 5374dd1a
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -410,4 +410,25 @@
			 <&clock_gcc clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";
	};

	dbgui: dbgui@6108000 {
		compatible = "qcom,coresight-dbgui";
		reg = <0x6108000 0x1000>;
		reg-names = "dbgui-base";

		coresight-id = <26>;
		coresight-name = "coresight-dbgui";
		coresight-nr-inports = <0>;
		coresight-outports = <0>;
		coresight-child-list = <&funnel_center>;
		coresight-child-ports = <2>;

		qcom,dbgui-addr-offset = <0x30>;
		qcom,dbgui-data-offset = <0x130>;
		qcom,dbgui-size = <64>;

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