boards: st: stm32u5a9 disco kit has a OTG HS peripheral

Enable the USB OTG HS node of the stm32u5a9j_dk board

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

View file

@ -247,6 +247,12 @@ uart0: &usart3 {
};
};
zephyr_udc0: &usbotg_hs {
pinctrl-0 = <&usb_otg_hs_dm_pa11 &usb_otg_hs_dp_pa12>;
pinctrl-names = "default";
status = "okay";
};
&flash0 {
partitions {
compatible = "fixed-partitions";