boards: arm: stm32: use LSE as source for LPTIM
Automatically select LSE as source for LPTIM on the stm32h735g_disco board. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
03297084e5
commit
f6a55994bd
2 changed files with 8 additions and 0 deletions
|
@ -12,5 +12,9 @@ config SPI_STM32_INTERRUPT
|
||||||
default y
|
default y
|
||||||
depends on SPI
|
depends on SPI
|
||||||
|
|
||||||
|
choice STM32_LPTIM_CLOCK
|
||||||
|
default STM32_LPTIM_CLOCK_LSE
|
||||||
|
depends on STM32_LPTIM_TIMER
|
||||||
|
endchoice
|
||||||
|
|
||||||
endif # BOARD_STM32H735G_DISCO
|
endif # BOARD_STM32H735G_DISCO
|
||||||
|
|
|
@ -51,6 +51,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&clk_lse {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&pll {
|
&pll {
|
||||||
div-m = <5>;
|
div-m = <5>;
|
||||||
mul-n = <110>;
|
mul-n = <110>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue