diff --git a/boards/arm/nucleo_wb55rg/Kconfig.defconfig b/boards/arm/nucleo_wb55rg/Kconfig.defconfig index ae12a3ecea5..0022fd64be3 100644 --- a/boards/arm/nucleo_wb55rg/Kconfig.defconfig +++ b/boards/arm/nucleo_wb55rg/Kconfig.defconfig @@ -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 diff --git a/boards/arm/nucleo_wb55rg/nucleo_wb55rg.dts b/boards/arm/nucleo_wb55rg/nucleo_wb55rg.dts index 06ce7650a28..925224b0c41 100644 --- a/boards/arm/nucleo_wb55rg/nucleo_wb55rg.dts +++ b/boards/arm/nucleo_wb55rg/nucleo_wb55rg.dts @@ -88,6 +88,10 @@ status = "okay"; }; +&clk_lse{ + status = "okay"; +}; + &rcc { clocks = <&clk_hse>; clock-frequency = ;