We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c56a4 commit d3d23beCopy full SHA for d3d23be
dts/arm/st/wba/stm32wba.dtsi
@@ -22,6 +22,7 @@
22
chosen {
23
zephyr,entropy = &rng;
24
zephyr,flash-controller = &flash;
25
+ st,lptim-stdby-timer = &rtc;
26
};
27
28
cpus {
@@ -32,7 +33,7 @@
32
33
device_type = "cpu";
34
compatible = "arm,cortex-m33";
35
reg = <0>;
- cpu-power-states = <&stop0 &stop1>;
36
+ cpu-power-states = <&stop0 &stop1 &standby>;
37
#address-cells = <1>;
38
#size-cells = <1>;
39
@@ -55,6 +56,13 @@
55
56
substate-id = <2>;
57
min-residency-us = <500>;
58
59
+ standby: state2 {
60
+ compatible = "zephyr,power-state";
61
+ power-state-name = "suspend-to-ram";
62
+ substate-id = <1>;
63
+ min-residency-us = <1000>;
64
+ exit-latency-us = <50>;
65
+ };
66
67
68
0 commit comments