ARM: dts: mbimxsd25 baseboard: Add USB support
authorDenis Carikli <denis@eukrea.com>
Thu, 13 Mar 2014 09:18:43 +0000 (10:18 +0100)
committerShawn Guo <shawn.guo@freescale.com>
Wed, 30 Apr 2014 05:35:20 +0000 (13:35 +0800)
Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts

index 62fb3da50bdbf7a84f9f872b3e9216c1617e0f3a..ad12da38fc922874823828e3369b64b7d1ad9474 100644 (file)
        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";
+};
This page took 0.025554 seconds and 5 git commands to generate.