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:
parent
ddd6207ce5
commit
b5bb0575ad
3 changed files with 4 additions and 16 deletions
|
@ -29,14 +29,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
cpu-power-states = <&stop0 &stop1 &stop2>;
|
||||
};
|
||||
|
||||
&lptim1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&timers2 {
|
||||
st,prescaler = <10000>;
|
||||
};
|
||||
|
|
|
@ -55,6 +55,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
cpu-power-states = <&stop0 &stop1 &stop2>;
|
||||
};
|
||||
|
||||
&clk_msi {
|
||||
status = "okay";
|
||||
msi-range = <6>;
|
||||
|
|
|
@ -26,11 +26,3 @@
|
|||
sw0 = &user_button;
|
||||
};
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
cpu-power-states = <&stop0 &stop1 &stop2>;
|
||||
};
|
||||
|
||||
&lptim1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue