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