boards: mimxrt1064_evk: Enable USB device controller 1

Enabled node and add feature to doc.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
Loic Poulain 2019-06-11 10:23:24 +02:00 committed by Anas Nashif
parent 47d7146c7e
commit d47df7f73f
3 changed files with 7 additions and 0 deletions

View file

@ -103,6 +103,8 @@ features:
+-----------+------------+-------------------------------------+
| ENET | on-chip | ethernet |
+-----------+------------+-------------------------------------+
| USB | on-chip | USB device controller |
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
``boards/arm/mimxrt1064_evk/mimxrt1064_evk_defconfig``

View file

@ -88,3 +88,7 @@ arduino_i2c: &i2c1 {};
status = "okay";
};
};
&usbd1 {
status = "ok";
};

View file

@ -19,3 +19,4 @@ supported:
- hwinfo
- netif:eth
- i2c
- usb_device