boards: nucleo_h533re: configure USB

Configure USB interface in devicetree, so it can be used with USB samples.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
Marcin Niestroj 2024-06-29 06:43:19 +02:00 committed by Anas Nashif
commit 05c97732c4
3 changed files with 14 additions and 0 deletions

View file

@ -172,6 +172,8 @@ The Zephyr nucleo_h533re board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+
| ADC | on-chip | ADC Controller |
+-----------+------------+-------------------------------------+
| USB | on-chip | USB full-speed host/device bus |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported on this Zephyr port.

View file

@ -153,3 +153,13 @@
<&rcc STM32_SRC_LSE RTC_SEL(1)>;
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
zephyr_udc0: &usb {
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
pinctrl-names = "default";
status = "okay";
};

View file

@ -15,4 +15,6 @@ supported:
- pwm
- rtc
- adc
- usb_device
- usb
vendor: st