aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx35.dtsi
diff options
context:
space:
mode:
authorDenis Carikli <denis@eukrea.com>2014-03-13 05:18:44 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-04-30 01:35:20 -0400
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 @@
298 interrupts = <37>; 298 interrupts = <37>;
299 clocks = <&clks 73>; 299 clocks = <&clks 73>;
300 fsl,usbmisc = <&usbmisc 0>; 300 fsl,usbmisc = <&usbmisc 0>;
301 fsl,usbphy = <&usbphy0>;
301 status = "disabled"; 302 status = "disabled";
302 }; 303 };
303 304
@@ -307,6 +308,7 @@
307 interrupts = <35>; 308 interrupts = <35>;
308 clocks = <&clks 73>; 309 clocks = <&clks 73>;
309 fsl,usbmisc = <&usbmisc 1>; 310 fsl,usbmisc = <&usbmisc 1>;
311 fsl,usbphy = <&usbphy1>;
310 status = "disabled"; 312 status = "disabled";
311 }; 313 };
312 314
@@ -355,4 +357,20 @@
355 }; 357 };
356 }; 358 };
357 }; 359 };
360
361 usbphy {
362 compatible = "simple-bus";
363 #address-cells = <1>;
364 #size-cells = <0>;
365
366 usbphy0: usb-phy@0 {
367 reg = <0>;
368 compatible = "usb-nop-xceiv";
369 };
370
371 usbphy1: usb-phy@1 {
372 reg = <1>;
373 compatible = "usb-nop-xceiv";
374 };
375 };
358}; 376};