Skip to content

Commit

Permalink
[nrf fromlist] dts: arm: nordic: Define power states for nrf54h20/cpuapp
Browse files Browse the repository at this point in the history
Add definition of low power states 'idle' and 's2ram'
for nrf54h20/cpuapp.

Upstream PR: zephyrproject-rtos/zephyr#79098

manifest-pr-skip

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
  • Loading branch information
nordic-segl committed Sep 27, 2024
1 parent 4322f51 commit 5145d0a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
device_type = "cpu";
clocks = <&cpuapp_hsfll>;
clock-frequency = <DT_FREQ_M(320)>;
cpu-power-states = <&idle &s2ram>;
};

cpurad: cpu@3 {
Expand Down Expand Up @@ -72,6 +73,20 @@
nordic,tasks-mask = <0xfffffff0>;
};
};

power-states {
idle: idle {
compatible = "zephyr,power-state";
power-state-name = "suspend-to-idle";
min-residency-us = <100000>;
};

s2ram: s2ram {
compatible = "zephyr,power-state";
power-state-name = "suspend-to-ram";
min-residency-us = <800000>;
};
};
};

reserved-memory {
Expand Down

0 comments on commit 5145d0a

Please sign in to comment.