boards: cc1352r1_launchxl: Add idle states in dts
Add information about this board idle states in its dts. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
47e3577ff2
commit
8a255d1b83
1 changed files with 15 additions and 0 deletions
|
@ -59,10 +59,25 @@
|
|||
label = "Push button 2";
|
||||
};
|
||||
};
|
||||
|
||||
power-states {
|
||||
idle: idle {
|
||||
compatible = "zephyr,power-state";
|
||||
power-state-name = "suspend-to-idle";
|
||||
min-residency-us = <1000>;
|
||||
};
|
||||
|
||||
standby: standby {
|
||||
compatible = "zephyr,power-state";
|
||||
power-state-name = "standby";
|
||||
min-residency-us = <5000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
clock-frequency = <48000000>;
|
||||
cpu-power-states = <&idle &standby>;
|
||||
};
|
||||
|
||||
&trng {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue