ARM: dts: msm: add spmi tgu component

Add spmi tgus component for diwali.

Change-Id: Ic0a92d6d26d4ed5e3b0058f6b5f9f7c5fd8f808f
This commit is contained in:
Yuanfang Zhang
2022-04-15 17:27:11 +08:00
parent 68951cdada
commit f0c1decb9a

View File

@@ -3588,6 +3588,42 @@
clock-names = "apb_pclk";
};
spmi_tgu0: tgu@10b0f000 {
compatible = "arm,primecell";
arm,primecell-periphid = <0x000bb999>;
reg = <0x10b0f000 0x1000>;
reg-names = "tgu-base";
tgu-steps = <3>;
tgu-conditions = <4>;
tgu-regs = <9>;
tgu-timer-counters = <8>;
coresight-name = "coresight-tgu-spmi0";
clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
};
spmi_tgu1: tgu@10b10000 {
compatible = "arm,primecell";
arm,primecell-periphid = <0x000bb999>;
reg = <0x10b10000 0x1000>;
reg-names = "tgu-base";
tgu-steps = <3>;
tgu-conditions = <4>;
tgu-regs = <9>;
tgu-timer-counters = <8>;
coresight-name = "coresight-tgu-spmi1";
clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
};
ete0 {
compatible = "arm,embedded-trace-extension";
cpu = <&CPU0>;