boards: arm: mec172xevb: add cpu-power-states property

Add cpu-power-states property in cpu0 node to describe the
two supported power states idle and suspend_to_ram

Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
This commit is contained in:
Jay Vasanth 2022-12-09 16:58:17 -05:00 committed by Carles Cufí
commit 6e25082db0

View file

@ -66,6 +66,7 @@
&cpu0 {
clock-frequency = <96000000>;
status = "okay";
cpu-power-states = <&idle &suspend_to_ram>;
};
/* Initialize ECIA. Does not initialize child devices */