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

Tested by loading the g_ether module and doing a ping between mx25pdk and the
host PC via USB.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
This commit is contained in:
Fabio Estevam 2014-06-25 17:28:52 -03:00 committed by Shawn Guo
parent ac08281ed6
commit e60e9461d4

View file

@ -248,3 +248,10 @@ &usbhost1 {
dr_mode = "host";
status = "okay";
};
&usbotg {
phy_type = "utmi";
dr_mode = "otg";
external-vbus-divider;
status = "okay";
};