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:
parent
befb464d6e
commit
21738825e9
2 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -14,4 +14,5 @@ supported:
|
|||
- uart
|
||||
- i2c
|
||||
- watchdog
|
||||
- usb_device
|
||||
vendor: st
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue