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:
Erwan Gouriou 2021-05-05 12:10:14 +02:00 committed by Kumar Gala
commit 704a0a398a
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -88,6 +88,10 @@
status = "okay";
};
&clk_lse{
status = "okay";
};
&rcc {
clocks = <&clk_hse>;
clock-frequency = <DT_FREQ_M(32)>;