diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-03-07 08:35:19 -0500 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-08 18:21:02 -0400 |
commit | ae6a32d2b467c69a94d550205e2907157f16f9d3 (patch) | |
tree | 4ea98e7faf38bd4a07bb1367df085bf7df9998ca /arch/arm/boot/dts/omap5.dtsi | |
parent | e98319673bc1ea5cb2c5e495d0c7f5afa86257bc (diff) |
ARM: dts: OMAP5: Add omap-usb3 and omap-usb2 data
Add omap-usb3 and omap-usb2 data node in OMAP5 device tree file.
The information for the node added here is available @
Documentation/devicetree/bindings/usb/usb-phy.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 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 438241d0e07c..4094bfa79302 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -551,6 +551,20 @@ | |||
551 | #size-cells = <1>; | 551 | #size-cells = <1>; |
552 | ranges; | 552 | ranges; |
553 | ti,hwmods = "ocp2scp1"; | 553 | ti,hwmods = "ocp2scp1"; |
554 | usb2_phy: usb2phy@4a084000 { | ||
555 | compatible = "ti,omap-usb2"; | ||
556 | reg = <0x4a084000 0x7c>; | ||
557 | ctrl-module = <&omap_control_usb>; | ||
558 | }; | ||
559 | |||
560 | usb3_phy: usb3phy@4a084400 { | ||
561 | compatible = "ti,omap-usb3"; | ||
562 | reg = <0x4a084400 0x80>, | ||
563 | <0x4a084800 0x64>, | ||
564 | <0x4a084c00 0x40>; | ||
565 | reg-names = "phy_rx", "phy_tx", "pll_ctrl"; | ||
566 | ctrl-module = <&omap_control_usb>; | ||
567 | }; | ||
554 | }; | 568 | }; |
555 | }; | 569 | }; |
556 | }; | 570 | }; |