diff --git a/samples/boards/stm32/power_mgmt/blinky/boards/nucleo_wb55rg.overlay b/samples/boards/stm32/power_mgmt/blinky/boards/nucleo_wb55rg.overlay new file mode 100644 index 00000000000..66bca43ae2f --- /dev/null +++ b/samples/boards/stm32/power_mgmt/blinky/boards/nucleo_wb55rg.overlay @@ -0,0 +1,9 @@ + /* + * give a prescaler to the lptim clock : LSE / 32 = 1024Hz + * so that the sleep period is of 64s in the sample application + * + */ + +&lptim1 { + st,prescaler = <32>; +};