Skip to content

Commit

Permalink
board definitions: enable Power Management per default for radio core
Browse files Browse the repository at this point in the history
This commit is just to test, no plan on merging this branch.

Signed-off-by: Kyra Lengfeld <[email protected]>
  • Loading branch information
KyraLengfeld committed Nov 27, 2024
1 parent 8bc628d commit 2f91471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,14 @@
compatible = "zephyr,power-state";
power-state-name = "suspend-to-idle";
substate-id = <2>;
min-residency-us = <100000>;
min-residency-us = <1000>;
exit-latency-us = <30>;
};
s2ram: s2ram {
compatible = "zephyr,power-state";
power-state-name = "suspend-to-ram";
min-residency-us = <800000>;
min-residency-us = <2000>;
exit-latency-us = <260>;
};
};
};
Expand Down
3 changes: 3 additions & 0 deletions soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpurad
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ config NUM_IRQS
config NRF_REGTOOL_GENERATE_UICR
default y

config PM
default y

endif # SOC_NRF54H20_CPURAD

0 comments on commit 2f91471

Please sign in to comment.