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:
parent
e3f9293fc2
commit
edcc673d9d
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
&flash0 {
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue