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 <armin.brauns@embedded-solutions.at>
This commit is contained in:
Armin Brauns 2024-03-28 13:39:53 +00:00 committed by Alberto Escolar
parent 3ca157e76f
commit 74cc85c526

View file

@ -714,7 +714,8 @@
num-bidir-endpoints = <9>;
ram-size = <4096>;
maximum-speed = "full-speed";
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x20000000>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x20000000>,
<&rcc STM32_SRC_PLL_Q CK48M_SEL(0)>;
phys = <&otghs_fs_phy>;
status = "disabled";
};