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
3 changed files with 7 additions and 0 deletions
|
@ -101,6 +101,8 @@ features:
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| GPT | on-chip | gpt |
|
| GPT | on-chip | gpt |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
| USB | on-chip | USB |
|
||||||
|
+-----------+------------+-------------------------------------+
|
||||||
|
|
||||||
The default configuration can be found in the defconfig file:
|
The default configuration can be found in the defconfig file:
|
||||||
``boards/arm/mimxrt1024_evk/mimxrt1024_evk_defconfig``
|
``boards/arm/mimxrt1024_evk/mimxrt1024_evk_defconfig``
|
||||||
|
|
|
@ -134,3 +134,7 @@
|
||||||
&gpt_hw_timer {
|
&gpt_hw_timer {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zephyr_udc0: &usb1 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -22,3 +22,4 @@ supported:
|
||||||
- watchdog
|
- watchdog
|
||||||
- spi
|
- spi
|
||||||
- adc
|
- adc
|
||||||
|
- usb_device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue