The device tree node details of usb2 host and tll components are included for OMAP3 Signed-off-by: Keshava Munegowda <keshava_mgowda@xxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html