summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts
diff options
context:
space:
mode:
authorDenis Carikli <denis@eukrea.com>2014-03-13 10:18:43 +0100
committerShawn Guo <shawn.guo@freescale.com>2014-04-30 13:35:20 +0800
commit3b7af8839b5f7be3c1feaedd5ed9ed893d377429 (patch)
tree17c3edabf8fd5fdd783037666a637f92e1c92c51 /arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts
parentf415153c0ecaae1f4515df35d2c6d055ed97909c (diff)
ARM: dts: mbimxsd25 baseboard: Add USB support
Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts')
-rw-r--r--arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts b/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts
index 62fb3da50bdb..ad12da38fc92 100644
--- a/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts
+++ b/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts
@@ -172,3 +172,16 @@
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";
+};