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:
parent
581a50e000
commit
6d9ba737e6
2 changed files with 7 additions and 0 deletions
|
@ -164,6 +164,12 @@
|
||||||
pinctrl-names = "default";
|
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 {
|
&rng {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -20,3 +20,4 @@ supported:
|
||||||
- spi
|
- spi
|
||||||
- netif:eth
|
- netif:eth
|
||||||
- backup_sram
|
- backup_sram
|
||||||
|
- usb_device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue