diff options
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 739bb79e410e..b7db1a2b6ca7 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
| @@ -529,5 +529,35 @@ | |||
| 529 | ti,hwmods = "timer11"; | 529 | ti,hwmods = "timer11"; |
| 530 | ti,timer-pwm; | 530 | ti,timer-pwm; |
| 531 | }; | 531 | }; |
| 532 | |||
| 533 | usbhstll: usbhstll@4a062000 { | ||
| 534 | compatible = "ti,usbhs-tll"; | ||
| 535 | reg = <0x4a062000 0x1000>; | ||
| 536 | interrupts = <0 78 0x4>; | ||
| 537 | ti,hwmods = "usb_tll_hs"; | ||
| 538 | }; | ||
| 539 | |||
| 540 | usbhshost: usbhshost@4a064000 { | ||
| 541 | compatible = "ti,usbhs-host"; | ||
| 542 | reg = <0x4a064000 0x800>; | ||
| 543 | ti,hwmods = "usb_host_hs"; | ||
| 544 | #address-cells = <1>; | ||
| 545 | #size-cells = <1>; | ||
| 546 | ranges; | ||
| 547 | |||
| 548 | usbhsohci: ohci@4a064800 { | ||
| 549 | compatible = "ti,ohci-omap3", "usb-ohci"; | ||
| 550 | reg = <0x4a064800 0x400>; | ||
| 551 | interrupt-parent = <&gic>; | ||
| 552 | interrupts = <0 76 0x4>; | ||
| 553 | }; | ||
| 554 | |||
| 555 | usbhsehci: ehci@4a064c00 { | ||
| 556 | compatible = "ti,ehci-omap", "usb-ehci"; | ||
| 557 | reg = <0x4a064c00 0x400>; | ||
| 558 | interrupt-parent = <&gic>; | ||
| 559 | interrupts = <0 77 0x4>; | ||
| 560 | }; | ||
| 561 | }; | ||
| 532 | }; | 562 | }; |
| 533 | }; | 563 | }; |
