Skip to content

Commit c8030f3

Browse files
committed
dts: arm: st: h7: add lptim1
lptim1 is available on all H7 Signed-off-by: Manojkumar Subramaniam <[email protected]>
1 parent 65b1c20 commit c8030f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm/st/h7/stm32h7.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,18 @@
696696
};
697697
};
698698

699+
lptim1:timers@40002400 {
700+
compatible = "st,stm32-lptim";
701+
reg = <0x40002400 0x400>;
702+
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000200>;
703+
#address-cells = <1>;
704+
#size-cells = <0>;
705+
interrupts = <93 0>;
706+
interrupt-names = "global";
707+
status = "disabled";
708+
label = "LPTIM_1";
709+
};
710+
699711
adc1: adc@40022000 {
700712
compatible = "st,stm32-adc";
701713
reg = <0x40022000 0x400>;

0 commit comments

Comments
 (0)