Commit a93fcb10 authored by Mark Wang's avatar Mark Wang Committed by Maureen Helm
Browse files

boards: mimxrt1050_evk: configure USB device EHCI driver for rt1050



set usbd1 status as OK in mimxrt1050_evk.dts
add usb_device supported information in rt1050 yaml file.

Signed-off-by: default avatarMark Wang <yichang.wang@nxp.com>
parent 32f8521c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -112,6 +112,8 @@ features:
+-----------+------------+-------------------------------------+
| ENET      | on-chip    | ethernet                            |
+-----------+------------+-------------------------------------+
| USB       | on-chip    | USB device                          |
+-----------+------------+-------------------------------------+

The default configuration can be found in the defconfig file:

@@ -233,6 +235,13 @@ The MIMXRT1050 SoC has eight UARTs. ``LPUART1`` is configured for the console,
``LPUART3`` for the Bluetooth Host Controller Interface (BT HCI), and the
remaining are not used.

USB
===

The RT1050 SoC has two USB OTG (USBOTG) controllers that supports both
device and host functions through its micro USB connectors.
Only USB device function is supported in Zephyr at the moment.

Programming and Debugging
*************************

+4 −0
Original line number Diff line number Diff line
@@ -118,3 +118,7 @@ arduino_serial: &uart3 {};
		status = "ok";
	};
};

&usbd1 {
	status = "ok";
};
+1 −0
Original line number Diff line number Diff line
@@ -20,3 +20,4 @@ supported:
  - spi
  - netif:eth
  - hwinfo
  - usb_device