diff --git a/boards/arm/stm32h747i_disco/stm32h747i_disco_m7.dts b/boards/arm/stm32h747i_disco/stm32h747i_disco_m7.dts index 4db5f2b3103..8d34215df3e 100644 --- a/boards/arm/stm32h747i_disco/stm32h747i_disco_m7.dts +++ b/boards/arm/stm32h747i_disco/stm32h747i_disco_m7.dts @@ -190,7 +190,8 @@ zephyr_udc0: &usbotg_hs { pinctrl-names = "default"; maximum-speed = "high-speed"; /* Include the USB1ULPIEN clock enable bit */ - clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x06000000>; + clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x06000000>, + <&rcc STM32_SRC_HSI48 USB_SEL(3)>; phys = <&otghs_ulpi_phy>; status = "okay"; };