boards: arm: Extend usb device support to all nxp imx rt boards

Extends the usb device support from mimxrt10{50,64}_evk to all other imx
rt boards.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2019-11-18 12:07:36 -06:00 committed by Kumar Gala
commit 6cfd8113a7
10 changed files with 22 additions and 0 deletions

View file

@ -89,3 +89,7 @@ arduino_serial: &uart2 {};
status = "okay";
};
};
&usbd1 {
status = "okay";
};