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:
parent
6294f4b541
commit
a70ba00fd3
3 changed files with 7 additions and 0 deletions
|
@ -55,6 +55,8 @@ Supported Features
|
|||
+-----------+------------+-----------------------------------+
|
||||
| WWDT | on-chip | watchdog |
|
||||
+-----------+------------+-----------------------------------+
|
||||
| USBOTG | on-chip | usb |
|
||||
+-----------+------------+-----------------------------------+
|
||||
| CTIMER | on-chip | counter |
|
||||
+-----------+------------+-----------------------------------+
|
||||
| MRT | on-chip | counter |
|
||||
|
|
|
@ -199,6 +199,10 @@ arduino_i2c: &flexcomm2 {
|
|||
dc-gain = <1>;
|
||||
};
|
||||
|
||||
zephyr_udc0: &usb_otg {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -21,6 +21,7 @@ supported:
|
|||
- spi
|
||||
- i2c
|
||||
- entropy
|
||||
- usb_device
|
||||
- watchdog
|
||||
- counter
|
||||
- hwinfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue