We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc628d commit 2f91471Copy full SHA for 2f91471
dts/common/nordic/nrf54h20.dtsi
@@ -135,12 +135,14 @@
135
compatible = "zephyr,power-state";
136
power-state-name = "suspend-to-idle";
137
substate-id = <2>;
138
- min-residency-us = <100000>;
+ min-residency-us = <1000>;
139
+ exit-latency-us = <30>;
140
};
141
s2ram: s2ram {
142
143
power-state-name = "suspend-to-ram";
- min-residency-us = <800000>;
144
+ min-residency-us = <2000>;
145
+ exit-latency-us = <260>;
146
147
148
soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpurad
@@ -11,4 +11,7 @@ config NUM_IRQS
11
config NRF_REGTOOL_GENERATE_UICR
12
default y
13
14
+config PM
15
+ default y
16
+
17
endif # SOC_NRF54H20_CPURAD
0 commit comments