boards: mimxrt1160_evk_cm7: Enable USB

Enable usb controller on rt1160 cm7. Tested using usb console sample.

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

View file

@ -115,6 +115,8 @@ features:
+-----------+------------+-------------------------------------+
| GPT | on-chip | gpt |
+-----------+------------+-------------------------------------+
| USB | on-chip | USB Device |
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
``boards/arm/mimxrt1160_evk/mimxrt1160_evk_cm7_defconfig``

View file

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

View file

@ -20,6 +20,7 @@ supported:
- can
- spi
- watchdog
- usb_device
- i2c
- pwm
- dma