ARM: dts: imxrt1050-evk: enable usbotg1 node as host

Enable usbotg1 port node as host usb.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
This commit is contained in:
Giulio Benetti 2021-05-20 16:10:17 +02:00 committed by Stefano Babic
parent 9b91484a89
commit 42b967216e

View file

@ -260,3 +260,8 @@
};
};
};
&usbotg1 {
dr_mode = "host";
status = "okay";
};