boards: stm32: Add zephyr_udc0 to nucleo_h503rb

Added config of USB peripheral for Nucleo H503RB.

Signed-off-by: Wojciech Klimek <wjklimek1@gmail.com>
This commit is contained in:
Wojciech Klimek 2025-04-14 19:51:01 +02:00 committed by Benjamin Cabé
commit 21738825e9
2 changed files with 7 additions and 0 deletions

View file

@ -114,3 +114,9 @@
clock-frequency = <I2C_BITRATE_FAST>;
status = "okay";
};
zephyr_udc0: &usb {
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
pinctrl-names = "default";
status = "okay";
};

View file

@ -14,4 +14,5 @@ supported:
- uart
- i2c
- watchdog
- usb_device
vendor: st