Skip to content

Commit d14022d

Browse files
committed
[nrf fromtree] dts: arm: nordic: Define power states for nrf54h20/cpuapp
Add definition of low power states 'idle' and 's2ram' for nrf54h20/cpuapp. manifest-pr-skip Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 5b607ed)
1 parent 5d10d27 commit d14022d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
device_type = "cpu";
2929
clocks = <&cpuapp_hsfll>;
3030
clock-frequency = <DT_FREQ_M(320)>;
31+
cpu-power-states = <&idle &s2ram>;
3132
};
3233

3334
cpurad: cpu@3 {
@@ -72,6 +73,20 @@
7273
nordic,tasks-mask = <0xfffffff0>;
7374
};
7475
};
76+
77+
power-states {
78+
idle: idle {
79+
compatible = "zephyr,power-state";
80+
power-state-name = "suspend-to-idle";
81+
min-residency-us = <100000>;
82+
};
83+
84+
s2ram: s2ram {
85+
compatible = "zephyr,power-state";
86+
power-state-name = "suspend-to-ram";
87+
min-residency-us = <800000>;
88+
};
89+
};
7590
};
7691

7792
reserved-memory {

0 commit comments

Comments
 (0)