boards: stm32l562e_dk: Factorize lp related nodes

Low power related nodes don't depend on Trust Zone activation.
Factorize into -common.dtsi when possible.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2022-08-09 13:40:23 +02:00 committed by Fabio Baltieri
commit b5bb0575ad
3 changed files with 4 additions and 16 deletions

View file

@ -29,14 +29,6 @@
};
};
&cpu0 {
cpu-power-states = <&stop0 &stop1 &stop2>;
};
&lptim1 {
status = "okay";
};
&timers2 {
st,prescaler = <10000>;
};

View file

@ -55,6 +55,10 @@
};
};
&cpu0 {
cpu-power-states = <&stop0 &stop1 &stop2>;
};
&clk_msi {
status = "okay";
msi-range = <6>;

View file

@ -26,11 +26,3 @@
sw0 = &user_button;
};
};
&cpu0 {
cpu-power-states = <&stop0 &stop1 &stop2>;
};
&lptim1 {
status = "okay";
};