diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-03-07 19:05:19 +0530 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-09 00:21:02 +0200 |
commit | ae6a32d2b467c69a94d550205e2907157f16f9d3 (patch) | |
tree | 4ea98e7faf38bd4a07bb1367df085bf7df9998ca /arch/arm/boot/dts/omap5.dtsi | |
parent | e98319673bc1ea5cb2c5e495d0c7f5afa86257bc (diff) | |
download | blackbird-obmc-linux-ae6a32d2b467c69a94d550205e2907157f16f9d3.tar.gz blackbird-obmc-linux-ae6a32d2b467c69a94d550205e2907157f16f9d3.zip |
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 @@ #size-cells = <1>; ranges; ti,hwmods = "ocp2scp1"; + usb2_phy: usb2phy@4a084000 { + compatible = "ti,omap-usb2"; + reg = <0x4a084000 0x7c>; + ctrl-module = <&omap_control_usb>; + }; + + usb3_phy: usb3phy@4a084400 { + compatible = "ti,omap-usb3"; + reg = <0x4a084400 0x80>, + <0x4a084800 0x64>, + <0x4a084c00 0x40>; + reg-names = "phy_rx", "phy_tx", "pll_ctrl"; + ctrl-module = <&omap_control_usb>; + }; }; }; }; |