diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-03-07 08:35:20 -0500 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-08 18:21:03 -0400 |
commit | 72f6f957530321ba868fce65f19ad718c64b9366 (patch) | |
tree | cc52e162cea7bdf6dbd8bdbf61a1328f6036af6f /arch/arm/boot/dts/omap5.dtsi | |
parent | ae6a32d2b467c69a94d550205e2907157f16f9d3 (diff) |
ARM: dts: OMAP5: add dwc3 omap and dwc3 core data
Add dwc3 omap glue data to the omap5 dt data file.
The information about the dt node added here is available @
Documentation/devicetree/bindings/usb/omap-usb.txt.
Also added dwc3 core dt data as a subnode to dwc3 omap glue
data in omap5 dt data file.
The information for the entered data node is available @
Documentation/devicetree/bindings/usb/dwc3.txt
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 4094bfa79302..130fbf283608 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -545,6 +545,24 @@ | |||
545 | ti,type = <2>; | 545 | ti,type = <2>; |
546 | }; | 546 | }; |
547 | 547 | ||
548 | omap_dwc3@4a020000 { | ||
549 | compatible = "ti,dwc3"; | ||
550 | ti,hwmods = "usb_otg_ss"; | ||
551 | reg = <0x4a020000 0x1000>; | ||
552 | interrupts = <0 93 4>; | ||
553 | #address-cells = <1>; | ||
554 | #size-cells = <1>; | ||
555 | utmi-mode = <2>; | ||
556 | ranges; | ||
557 | dwc3@4a030000 { | ||
558 | compatible = "synopsys,dwc3"; | ||
559 | reg = <0x4a030000 0x1000>; | ||
560 | interrupts = <0 92 4>; | ||
561 | usb-phy = <&usb2_phy>, <&usb3_phy>; | ||
562 | tx-fifo-resize; | ||
563 | }; | ||
564 | }; | ||
565 | |||
548 | ocp2scp { | 566 | ocp2scp { |
549 | compatible = "ti,omap-ocp2scp"; | 567 | compatible = "ti,omap-ocp2scp"; |
550 | #address-cells = <1>; | 568 | #address-cells = <1>; |