Skip to content

Commit 9776dce

Browse files
committed
DTS: add node for rtc library (to be merged)
1 parent 25e3bd8 commit 9776dce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

variants/arduino_nicla_vision_stm32h747xx_m7/arduino_nicla_vision_stm32h747xx_m7.overlay

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
status = "okay";
3434
};
3535

36+
&rtc {
37+
status = "okay";
38+
39+
clocks = <&rcc STM32_CLOCK(APB4, 16U)>,
40+
<&rcc STM32_SRC_LSE RTC_SEL(1)>;
41+
};
42+
3643
/* PWM Timers */
3744
&timers1 {
3845
status = "okay";

0 commit comments

Comments
 (0)