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:
Francois Ramu 2023-07-03 17:33:20 +02:00 committed by Carles Cufí
commit 036c8f6697
3 changed files with 10 additions and 0 deletions

View file

@ -173,6 +173,8 @@ The Zephyr nucleo_h563zi board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | independent watchdog | | 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. Other hardware features are not yet supported on this Zephyr port.

View file

@ -166,6 +166,12 @@
}; };
}; };
zephyr_udc0: &usb {
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
pinctrl-names = "default";
status = "okay";
};
&vref { &vref {
status = "okay"; status = "okay";
}; };

View file

@ -19,3 +19,5 @@ supported:
- pwm - pwm
- counter - counter
- spi - spi
- usb_device
- usb