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:
parent
f1bfbb0627
commit
cfa7e38378
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
/ {
|
/ {
|
||||||
/* Change min residency time to ease power consumption measurement */
|
/* Change min residency time to ease power consumption measurement */
|
||||||
cpus {
|
cpus {
|
||||||
|
cpu0: cpu@0 {
|
||||||
|
cpu-power-states = <&stop0 &stop1 &standby>;
|
||||||
|
};
|
||||||
|
|
||||||
power-states {
|
power-states {
|
||||||
stop0: state0 {
|
stop0: state0 {
|
||||||
min-residency-us = <500000>;
|
min-residency-us = <500000>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue