boards: arm: stm32: activate LPTIM for nucleo_h723zg
Activate LPTIM1 instance for nucleo_h723zg. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
852a6bb8ce
commit
e1f698aa72
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&lptim1 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&pll {
|
&pll {
|
||||||
div-m = <4>;
|
div-m = <4>;
|
||||||
mul-n = <275>;
|
mul-n = <275>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue