Commit 3b7af883 authored by Denis Carikli's avatar Denis Carikli Committed by Shawn Guo

ARM: dts: mbimxsd25 baseboard: Add USB support

Signed-off-by: default avatarDenis Carikli <denis@eukrea.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent f415153c
......@@ -172,3 +172,16 @@ &uart2 {
fsl,uart-has-rtscts;
status = "okay";
};
&usbhost1 {
phy_type = "serial";
dr_mode = "host";
status = "okay";
};
&usbotg {
phy_type = "utmi";
dr_mode = "otg";
external-vbus-divider;
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment