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

Commit 32681b48 authored by Saranya Chidura's avatar Saranya Chidura
Browse files

ARM: dts: msm: add SWAO TGU support on sdm670



Add device tree support for SWAO TGU on SDM670.The
device is used to detect patterns or sequences
on a given set of signals.

Change-Id: Ifc0ed60b5168c340f31d7c412627384d34c98687
Signed-off-by: default avatarSaranya Chidura <schidura@codeaurora.org>
parent a7376fcc
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -2202,6 +2202,22 @@
		};
	};

	ipcb_tgu: tgu@6b0c000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b999>;
		reg = <0x6b0c000 0x1000>;
		reg-names = "tgu-base";
		tgu-steps = <3>;
		tgu-conditions = <4>;
		tgu-regs = <4>;
		tgu-timer-counters = <8>;

		coresight-name = "coresight-tgu-ipcb";

		clocks = <&clock_aop QDSS_CLK>;
		clock-names = "apb_pclk";
	};

	funnel_apss: funnel@7800000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b908>;