Skip to content

Commit d388ff9

Browse files
aurel32MaureenHelm
authored andcommitted
boards: nucleo_g071rb: enable backup registers
Enable the backup registers on the nucleo_g071rb board for testing purpose. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
1 parent 2bff395 commit d388ff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/st/nucleo_g071rb/nucleo_g071rb.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000400>,
9595
<&rcc STM32_SRC_LSI RTC_SEL(2)>;
9696
status = "okay";
97+
98+
backup_regs {
99+
status = "okay";
100+
};
97101
};
98102

99103
&iwdg {

0 commit comments

Comments
 (0)