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 Diff line number Diff line
@@ -243,3 +243,9 @@
	fsl,uart-has-rtscts;
	status = "okay";
};

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