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:
Henrik Brix Andersen 2022-03-15 16:29:34 +01:00 committed by David Leach
parent 44feb7d527
commit e85add295e
3 changed files with 7 additions and 0 deletions

View file

@ -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``

View file

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

View file

@ -22,3 +22,4 @@ supported:
- watchdog
- spi
- adc
- usb_device