Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0ee0450 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx25-pdk: Add USB Host1 support

parent 8994181a
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -243,3 +243,9 @@
	fsl,uart-has-rtscts;
	fsl,uart-has-rtscts;
	status = "okay";
	status = "okay";
};
};

&usbhost1 {
	phy_type = "serial";
	dr_mode = "host";
	status = "okay";
};