dts: arm: stm32u59x serie with OTG HS instance

Add the USB OTG HS node for the stm32U59x/5Ax/5Fx/5Gx devices

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2024-07-23 09:42:42 +02:00 committed by Carles Cufí
parent ea6c5f0e85
commit e3f9293fc2

View File

@ -96,6 +96,26 @@
st,adc-clock-source = <ASYNC>;
st,adc-sequencer = <FULLY_CONFIGURABLE>;
};
usbotg_hs: otghs@42040000 {
compatible = "st,stm32-otghs";
reg = <0x42040000 0x20000>;
interrupts = <73 0>;
interrupt-names = "otghs";
num-bidir-endpoints = <9>;
ram-size = <4096>;
maximum-speed = "high-speed";
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x0000c000>,
<&rcc STM32_SRC_HSI48 ICKLK_SEL(0)>;
phys = <&otghs_phy>;
status = "disabled";
};
};
otghs_phy: otghs_phy {
/* Clock source defined by USBPHYC_SEL in */
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
};
smbus5: smbus5 {