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:
parent
4f792714a8
commit
36464cf606
3 changed files with 7 additions and 0 deletions
|
@ -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``
|
||||
|
|
|
@ -132,3 +132,7 @@
|
|||
&sai1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
zephyr_udc0: &usb1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -23,5 +23,6 @@ supported:
|
|||
- i2c
|
||||
- pwm
|
||||
- dma
|
||||
- usb_device
|
||||
- watchdog
|
||||
- netif:eth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue