boards: mimxrt1170_evk_cm7: Enable USB

USB controller was tested with usb console sample, and usb mass storage
sample.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-02-17 17:10:41 -06:00 committed by Marti Bolivar
commit 36464cf606
3 changed files with 7 additions and 0 deletions

View file

@ -121,6 +121,8 @@ features:
+-----------+------------+-------------------------------------+
| SAI | on-chip | i2s |
+-----------+------------+-------------------------------------+
| USB | on-chip | USB Device |
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
``boards/arm/mimxrt1170_evk/mimxrt1170_evk_cm7_defconfig``

View file

@ -132,3 +132,7 @@
&sai1 {
status = "okay";
};
zephyr_udc0: &usb1 {
status = "okay";
};

View file

@ -23,5 +23,6 @@ supported:
- i2c
- pwm
- dma
- usb_device
- watchdog
- netif:eth