boards: arm: mimxrt1024_evk: enable USB1
Enable USB device controller on the NXP i.MX RT1024 Evaluation Kit. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
44feb7d527
commit
e85add295e
|
@ -101,6 +101,8 @@ features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| GPT | on-chip | gpt |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| USB | on-chip | USB |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
The default configuration can be found in the defconfig file:
|
||||
``boards/arm/mimxrt1024_evk/mimxrt1024_evk_defconfig``
|
||||
|
|
|
@ -134,3 +134,7 @@
|
|||
&gpt_hw_timer {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
zephyr_udc0: &usb1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -22,3 +22,4 @@ supported:
|
|||
- watchdog
|
||||
- spi
|
||||
- adc
|
||||
- usb_device
|
||||
|
|
Loading…
Reference in a new issue