samples: boards: stm32: pm: s2ram: enable standby mode

Add Standby mode to the overlay since here we want to test Suspend to RAM.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier 2024-02-21 10:21:51 +01:00 committed by Henrik Brix Andersen
commit cfa7e38378

View file

@ -7,6 +7,10 @@
/ {
/* Change min residency time to ease power consumption measurement */
cpus {
cpu0: cpu@0 {
cpu-power-states = <&stop0 &stop1 &standby>;
};
power-states {
stop0: state0 {
min-residency-us = <500000>;