boards: arm: twr_ke18f: enable cpu power-states

Enable CPU idle and stop power-states on the NXP TWR-KE18F development
board.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2021-07-05 20:44:52 +02:00 committed by Anas Nashif
commit c0f0fec903

View file

@ -124,6 +124,16 @@
&cpu0 {
clock-frequency = <120000000>;
cpu-power-states = <&idle &stop>;
};
&idle {
min-residency-us = <1>;
};
&stop {
min-residency-us = <20000>;
exit-latency-us = <13>;
};
&sim {