diff --git a/dts/arm/st/h5/stm32h5.dtsi b/dts/arm/st/h5/stm32h5.dtsi index 534551943f71..3dc4237933c1 100644 --- a/dts/arm/st/h5/stm32h5.dtsi +++ b/dts/arm/st/h5/stm32h5.dtsi @@ -39,6 +39,15 @@ reg = <0xe000ed90 0x40>; }; }; + + power-states { + stop: state0 { + compatible = "zephyr,power-state"; + power-state-name = "suspend-to-idle"; + substate-id = <1>; + min-residency-us = <20>; + }; + }; }; clocks { @@ -137,15 +146,6 @@ status = "disabled"; }; - power-states { - stop: state0 { - compatible = "zephyr,power-state"; - power-state-name = "suspend-to-idle"; - substate-id = <1>; - min-residency-us = <20>; - }; - }; - rcc: rcc@44020c00 { compatible = "st,stm32u5-rcc"; clocks-controller;