boards: arm: nucleo_h7a3zi_q: add USB support
The Nucleo H7A3ZI-Q board has a micro USB connector connected to the USB OTG HS controller. Enable it and update the documentation. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
f6adb3b38d
commit
46618e4b86
|
@ -71,7 +71,6 @@ Nucleo H7A3ZI-Q provides the following hardware components:
|
|||
- USART(5)
|
||||
- UART(5)
|
||||
- USB OTG Full Speed and High Speed(1)
|
||||
- USB OTG Full Speed(1)
|
||||
- CAN-FD(2)
|
||||
- SAI(2)
|
||||
- SPDIF_Rx(4)
|
||||
|
@ -108,6 +107,8 @@ features:
|
|||
+-------------+------------+------------------------------------+
|
||||
| Backup SRAM | on-chip | Backup SRAM |
|
||||
+-------------+------------+------------------------------------+
|
||||
| USB OTG HS | on-chip | USB device |
|
||||
+-------------+------------+------------------------------------+
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -111,3 +111,9 @@
|
|||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
zephyr_udc0: &usbotg_hs {
|
||||
pinctrl-0 = <&usb_otg_hs_dm_pa11 &usb_otg_hs_dp_pa12>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue