Skip to content

Commit dac3ee4

Browse files
committed
dts/arm/stm32: u5: Add LPTIM1 node
Provide lptim1 node for u5 series. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent d9b7ac7 commit dac3ee4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm/st/u5/stm32u5.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,18 @@
307307
status = "disabled";
308308
label= "I2C_2";
309309
};
310+
311+
lptim1: timers@46004400 {
312+
compatible = "st,stm32-lptim";
313+
#address-cells = <1>;
314+
#size-cells = <0>;
315+
reg = <0x46004400 0x400>;
316+
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000800>;
317+
interrupts = <67 1>;
318+
interrupt-names = "wakeup";
319+
status = "disabled";
320+
label = "LPTIM_1";
321+
};
310322
};
311323
};
312324

0 commit comments

Comments
 (0)