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:
parent
caf9a62c5a
commit
c0f0fec903
1 changed files with 10 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue