boards: arm: stm32: use LSE as source for LPTIM
Automatically select LSE as source for LPTIM on the nucleo_h723zg board. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
f6a55994bd
commit
852a6bb8ce
2 changed files with 9 additions and 0 deletions
|
@ -68,6 +68,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&clk_lse {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pll {
|
||||
div-m = <4>;
|
||||
mul-n = <275>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue