Skip to content

Commit 74cc85c

Browse files
arbraunsaescolar
authored andcommitted
dts: stm32f7: add clock definition for OTG_HS peripheral
This peripheral is also run off the 48MHz clock, just like OTG_FS. Signed-off-by: Armin Brauns <[email protected]>
1 parent 3ca157e commit 74cc85c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dts/arm/st/f7/stm32f7.dtsi

+2-1
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,8 @@
714714
num-bidir-endpoints = <9>;
715715
ram-size = <4096>;
716716
maximum-speed = "full-speed";
717-
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x20000000>;
717+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x20000000>,
718+
<&rcc STM32_SRC_PLL_Q CK48M_SEL(0)>;
718719
phys = <&otghs_fs_phy>;
719720
status = "disabled";
720721
};

0 commit comments

Comments
 (0)