Skip to content

Commit 01a7b9e

Browse files
ck-telecomnashif
authored andcommitted
dts: arm: sifli: sf32lb52x: add atim node
add atim timer node for sf32lb platform Signed-off-by: Qingsong Gou <[email protected]>
1 parent 8d331b7 commit 01a7b9e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/arm/sifli/sf32lb52x.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,20 @@
106106
status = "disabled";
107107
};
108108

109+
atim: timer@50004000 {
110+
compatible = "sifli,sf32lb-atim";
111+
reg = <0x50004000 0x1000>;
112+
interrupts = <94 0>;
113+
clocks = <&rcc_clk SF32LB52X_CLOCK_ATIM1>;
114+
status = "disabled";
115+
116+
pwm {
117+
compatible = "sifli,sf32lb-atim-pwm";
118+
#pwm-cells = <3>;
119+
status = "disabled";
120+
};
121+
};
122+
109123
trng: trng@5000f000 {
110124
compatible = "sifli,sf32lb-trng";
111125
reg = <0x5000f000 0x1000>;

0 commit comments

Comments
 (0)