Skip to content

Commit bf6b76a

Browse files
pdgendtcfriedt
authored andcommitted
dts: arm: nxp: rt10xx: Add power state for soft-off
In order for samples/boards/nxp/mimxrt1060_evk/system_off to work, a soft-off power state is needed. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 9735a2b commit bf6b76a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dts/arm/nxp/nxp_rt10xx.dtsi

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
compatible = "arm,cortex-m7";
3232
d-cache-line-size = <32>;
3333
reg = <0>;
34-
cpu-power-states = <&idle &suspend>;
34+
cpu-power-states = <&idle &suspend &off>;
3535
#address-cells = <1>;
3636
#size-cells = <1>;
3737

@@ -60,6 +60,12 @@
6060
exit-latency-us = <5000>;
6161
min-residency-us = <10000>;
6262
};
63+
off: off {
64+
/* PM_STATE_SOFT_OFF is entered only by calling pm_state_force */
65+
status = "disabled";
66+
compatible = "zephyr,power-state";
67+
power-state-name = "soft-off";
68+
};
6369
};
6470
};
6571

0 commit comments

Comments
 (0)