boards: arm: stm32h563 nucleo board with USB bus
Enables the USB bus on PA11/PA12 of the nucleo_stm32h563 board Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
b6f27cda4c
commit
036c8f6697
|
@ -173,6 +173,8 @@ The Zephyr nucleo_h563zi board configuration supports the following hardware fea
|
|||
+-----------+------------+-------------------------------------+
|
||||
| WATCHDOG | on-chip | independent watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| USB | on-chip | USB full-speed host/device bus |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
|
|
@ -166,6 +166,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
zephyr_udc0: &usb {
|
||||
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vref {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -19,3 +19,5 @@ supported:
|
|||
- pwm
|
||||
- counter
|
||||
- spi
|
||||
- usb_device
|
||||
- usb
|
||||
|
|
Loading…
Reference in a new issue