Skip to content

Commit ee8c661

Browse files
Loic Poulaincarlescufi
authored andcommitted
boards: arm: disco_l475_iot1: Enable MSI PLL mode for USB
The MSI PLL mode has been disabled but can be used since LSE is populated on disco_l475_iot1 board. This is requested to enable USB device controller support. Fixes #18717 Signed-off-by: Loic Poulain <[email protected]>
1 parent ed6ce29 commit ee8c661

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/arm/disco_l475_iot1/disco_l475_iot1_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ CONFIG_CLOCK_STM32_AHB_PRESCALER=1
3636
CONFIG_CLOCK_STM32_APB1_PRESCALER=1
3737
CONFIG_CLOCK_STM32_APB2_PRESCALER=1
3838

39+
# LSE oscillator is populated, enable MSI PLL-Mode
40+
CONFIG_CLOCK_STM32_LSE=y
41+
CONFIG_CLOCK_STM32_MSI_PLL_MODE=y
42+
3943
# console
4044
CONFIG_CONSOLE=y
4145
CONFIG_UART_CONSOLE=y

0 commit comments

Comments
 (0)