boards: nucleo_wb55rg: Fix left over in dts clock configuration
Along with other clocks settings, enable LSE clock using device tree. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
080ffa5f4e
commit
704a0a398a
2 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,6 @@ if BOARD_NUCLEO_WB55RG
|
|||
config BOARD
|
||||
default "nucleo_wb55rg"
|
||||
|
||||
config CLOCK_STM32_LSE
|
||||
default y
|
||||
|
||||
choice STM32_LPTIM_CLOCK
|
||||
default STM32_LPTIM_CLOCK_LSE
|
||||
depends on STM32_LPTIM_TIMER
|
||||
|
|
|
@ -88,6 +88,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&clk_lse{
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rcc {
|
||||
clocks = <&clk_hse>;
|
||||
clock-frequency = <DT_FREQ_M(32)>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue