Skip to content

Commit 8c6d835

Browse files
committed
board definitions: enable Power Management per default for radio core
This commit is just to test, no plan on merging this branch. Signed-off-by: Kyra Lengfeld <[email protected]>
1 parent 9c92da0 commit 8c6d835

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,14 @@
135135
compatible = "zephyr,power-state";
136136
power-state-name = "suspend-to-idle";
137137
substate-id = <2>;
138-
min-residency-us = <100000>;
138+
min-residency-us = <1000>;
139+
exit-latency-us = <30>;
139140
};
140141
s2ram: s2ram {
141142
compatible = "zephyr,power-state";
142143
power-state-name = "suspend-to-ram";
143-
min-residency-us = <800000>;
144+
min-residency-us = <2000>;
145+
exit-latency-us = <260>;
144146
};
145147
};
146148
};

0 commit comments

Comments
 (0)