summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx35.dtsi
diff options
context:
space:
mode:
authorDenis Carikli <denis@eukrea.com>2014-03-13 10:18:44 +0100
committerShawn Guo <shawn.guo@freescale.com>2014-04-30 13:35:20 +0800
commitff348251442584135950d64d0b7d53d6e0870611 (patch)
tree550d3b860ca97b0dd4fee28c8fd25c8e96e5c1f2 /arch/arm/boot/dts/imx35.dtsi
parent3b7af8839b5f7be3c1feaedd5ed9ed893d377429 (diff)
ARM: dts: i.MX35: 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/imx35.dtsi')
-rw-r--r--arch/arm/boot/dts/imx35.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi
index 474a73d78912..4759abb49436 100644
--- a/arch/arm/boot/dts/imx35.dtsi
+++ b/arch/arm/boot/dts/imx35.dtsi
@@ -298,6 +298,7 @@
interrupts = <37>;
clocks = <&clks 73>;
fsl,usbmisc = <&usbmisc 0>;
+ fsl,usbphy = <&usbphy0>;
status = "disabled";
};
@@ -307,6 +308,7 @@
interrupts = <35>;
clocks = <&clks 73>;
fsl,usbmisc = <&usbmisc 1>;
+ fsl,usbphy = <&usbphy1>;
status = "disabled";
};
@@ -355,4 +357,20 @@
};
};
};
+
+ usbphy {
+ compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ usbphy0: usb-phy@0 {
+ reg = <0>;
+ compatible = "usb-nop-xceiv";
+ };
+
+ usbphy1: usb-phy@1 {
+ reg = <1>;
+ compatible = "usb-nop-xceiv";
+ };
+ };
};