boards: nxp: rd_rw612_bga add support for USBOTG

Add support for USBOTG on RW612 BGA board. This support was tested with
the USB console sample, as well as the USB DFU sample.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-03-22 17:39:59 +00:00 committed by Carles Cufí
commit a70ba00fd3
3 changed files with 7 additions and 0 deletions

View file

@ -55,6 +55,8 @@ Supported Features
+-----------+------------+-----------------------------------+
| WWDT | on-chip | watchdog |
+-----------+------------+-----------------------------------+
| USBOTG | on-chip | usb |
+-----------+------------+-----------------------------------+
| CTIMER | on-chip | counter |
+-----------+------------+-----------------------------------+
| MRT | on-chip | counter |

View file

@ -199,6 +199,10 @@ arduino_i2c: &flexcomm2 {
dc-gain = <1>;
};
zephyr_udc0: &usb_otg {
status = "okay";
};
&dma0 {
status = "okay";
};

View file

@ -21,6 +21,7 @@ supported:
- spi
- i2c
- entropy
- usb_device
- watchdog
- counter
- hwinfo