boards: arm: Add usbotg_fs to nucleo_h743 and nucleo_h753.

* Add usbotg_fs to nucleo_h743 and nucleo_h753.
* Add usb_device support to docs and yaml.

Signed-off-by: Jeremy Wood <jeremy@bcdevices.com>
This commit is contained in:
Jeremy Wood 2021-03-24 11:47:21 -07:00 committed by Anas Nashif
parent 66126469d5
commit a3edc4213f
6 changed files with 16 additions and 0 deletions

View file

@ -123,6 +123,8 @@ features:
+-------------+------------+-------------------------------------+
| WATCHDOG | on-chip | independent watchdog |
+-------------+------------+-------------------------------------+
| USB | on-chip | usb_device |
+-------------+------------+-------------------------------------+
Other hardware features are not yet supported on this Zephyr port.

View file

@ -64,6 +64,11 @@
status = "okay";
};
&usbotg_fs {
pinctrl-0 = <&usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12>;
status = "okay";
};
&rtc {
status = "okay";
};

View file

@ -21,3 +21,4 @@ supported:
- spi
- backup_sram
- watchdog
- usb_device

View file

@ -121,6 +121,8 @@ features:
+-----------+------------+-------------------------------------+
| SPI | on-chip | spi |
+-----------+------------+-------------------------------------+
| USB | on-chip | usb_device |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported on this Zephyr port.

View file

@ -64,6 +64,11 @@
status = "okay";
};
&usbotg_fs {
pinctrl-0 = <&usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12>;
status = "okay";
};
&rtc {
status = "okay";
};

View file

@ -19,3 +19,4 @@ supported:
- adc
- netif:eth
- spi
- usb_device