Merge "ARM: dts: msm: Add spmi tgu for cape"

This commit is contained in:
qctecmdr
2022-05-28 03:40:55 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -4027,6 +4027,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>;