dts: arm: st: wba: Add LPTIM for STM32WBA
Add LPTIM support for STM32WBA Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com> Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
parent
2ca3d26205
commit
52bd7fc147
1 changed files with 22 additions and 0 deletions
|
@ -362,6 +362,28 @@
|
|||
sampling-times = <2 4 8 13 20 40 80 815>;
|
||||
num-sampling-time-common-channels = <2>;
|
||||
};
|
||||
|
||||
lptim1: timers@46004400 {
|
||||
compatible = "st,stm32-lptim";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x46004400 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB7 0x00000800>;
|
||||
interrupts = <49 1>;
|
||||
interrupt-names = "wakeup";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
lptim2: timers@40009400 {
|
||||
compatible = "st,stm32-lptim";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x40009400 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000020>;
|
||||
interrupts = <50 1>;
|
||||
interrupt-names = "wakeup";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue