Skip to content

Commit 2cb6420

Browse files
committed
dts: Add lptim1 node to G0X1
1 parent f412be3 commit 2cb6420

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm/st/g0/stm32g031.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@
1818
label = "LPUART_1";
1919
};
2020

21+
lptim1: timers@40007c00 {
22+
compatible = "st,stm32-lptim";
23+
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x80000000>;
24+
#address-cells = <1>;
25+
#size-cells = <0>;
26+
reg = <0x40007c00 0x400>;
27+
interrupts = <17 0>;
28+
interrupt-names = "wakeup";
29+
status = "disabled";
30+
label = "LPTIM_1";
31+
};
32+
2133
timers2: timers@40000000 {
2234
compatible = "st,stm32-timers";
2335
reg = <0x40000000 0x400>;

0 commit comments

Comments
 (0)