diff options
author | Alexandre Bailon <abailon@baylibre.com> | 2016-11-16 12:07:35 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-11-20 17:02:18 +0530 |
commit | 2957e36e76c836b167e5e0c1edb578d8a9bd7af6 (patch) | |
tree | 765255ccc0c0d9ffe09ce4f4ddfa8a1320a4474d /arch/arm/boot/dts/da850.dtsi | |
parent | f3d47fc99157d9bc6bc7c52d6107ccdbeeade113 (diff) | |
download | lwn-2957e36e76c836b167e5e0c1edb578d8a9bd7af6.tar.gz lwn-2957e36e76c836b167e5e0c1edb578d8a9bd7af6.zip |
ARM: dts: da850: Add the usb otg device node
This adds the device tree node for the usb otg
controller present in the da850 family of SoC's.
Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850.dtsi')
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 36066fab2e57..6205917b4f59 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -387,6 +387,16 @@ dma-names = "rx", "tx"; status = "disabled"; }; + usb0: usb@200000 { + compatible = "ti,da830-musb"; + reg = <0x200000 0x10000>; + interrupts = <58>; + interrupt-names = "mc"; + dr_mode = "otg"; + phys = <&usb_phy 0>; + phy-names = "usb-phy"; + status = "disabled"; + }; mdio: mdio@224000 { compatible = "ti,davinci_mdio"; #address-cells = <1>; |