Skip to content

Commit 9f9f48d

Browse files
mathieuchopstmkartben
authored andcommitted
dts: st: stm32wb0: add RTC node
Add RTC device node to STM32WB0 series DTSI. Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
1 parent 79221db commit 9f9f48d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/st/wb0/stm32wb0.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@
178178
};
179179
};
180180

181+
rtc: rtc@40004000 {
182+
compatible = "st,stm32-rtc";
183+
reg = <0x40004000 DT_SIZE_K(1)>;
184+
interrupts = <11 0>;
185+
clocks = <&rcc STM32_CLOCK(APB0, 12)>;
186+
status = "disabled";
187+
};
188+
181189
usart1: serial@41004000 {
182190
compatible = "st,stm32-usart", "st,stm32-uart";
183191
reg = <0x41004000 DT_SIZE_K(1)>;

0 commit comments

Comments
 (0)