mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 20:28:49 +00:00
Merge "ARM: dts: msm: Add spmi tgu for cape"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
dc8d3ab88f
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user