boards: arm: nucleo_h723zg enable USB

Enables USB OTG HS with internal FS PHY.

Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
This commit is contained in:
Georgij Cernysiov 2022-12-07 20:55:14 +01:00 committed by Fabio Baltieri
commit 6d9ba737e6
2 changed files with 7 additions and 0 deletions

View file

@ -164,6 +164,12 @@
pinctrl-names = "default";
};
zephyr_udc0: &usbotg_hs {
pinctrl-0 = <&usb_otg_hs_dm_pa11 &usb_otg_hs_dp_pa12>;
pinctrl-names = "default";
status = "okay";
};
&rng {
status = "okay";
};

View file

@ -20,3 +20,4 @@ supported:
- spi
- netif:eth
- backup_sram
- usb_device