[PATCH 03/11] ARM: OMAP3: USB: Add USB2 Host Device Tree Node
From: Keshava Munegowda <hidden>
Date: 2012-10-31 12:16:41
Also in:
linux-omap
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Keshava Munegowda <hidden>
Date: 2012-10-31 12:16:41
Also in:
linux-omap
Subsystem:
the rest · Maintainer:
Linus Torvalds
The device tree node details of usb2 host and tll components are included for OMAP3 Signed-off-by: Keshava Munegowda <redacted> --- arch/arm/boot/dts/omap3.dtsi | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index 696e929..5c805d7 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi@@ -300,5 +300,27 @@ ti,buffer-size = <128>; ti,hwmods = "mcbsp5"; }; + + usbhs: usbhs@0x4a064000 { + compatible = "ti,usbhs"; + reg = <0x48064000 0x400>, /* uhh */ + <0x48064400 0x400>, /* ohci */ + <0x48064800 0x400>; /* ehci */ + reg-names = "uhh", "ohci", "ehci"; + interrupts = <76>, <77>; + interrupt-names = "ohci-irq", "ehci-irq"; + interrupt-parent = <&intc>; + ti,hwmods = "usb_host_hs"; + }; + + usbtll: usbtll@0x4a062000 { + compatible = "ti,usbtll"; + reg = <0x48062000 0x1000>; + reg-names = "tll"; + interrupts = <78>; + interrupt-names = "tll-irq"; + interrupt-parent = <&intc>; + ti,hwmods = "usb_tll_hs"; + }; }; };
--
1.7.9.5