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:
parent
66126469d5
commit
a3edc4213f
|
@ -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.
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -21,3 +21,4 @@ supported:
|
|||
- spi
|
||||
- backup_sram
|
||||
- watchdog
|
||||
- usb_device
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -19,3 +19,4 @@ supported:
|
|||
- adc
|
||||
- netif:eth
|
||||
- spi
|
||||
- usb_device
|
||||
|
|
Loading…
Reference in a new issue