ARM: dts: da850: Add the usb otg device node
authorAlexandre Bailon <abailon@baylibre.com>
Wed, 16 Nov 2016 11:07:35 +0000 (12:07 +0100)
committerSekhar Nori <nsekhar@ti.com>
Sun, 20 Nov 2016 11:32:18 +0000 (17:02 +0530)
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>
arch/arm/boot/dts/da850.dtsi

index 36066fa..6205917 100644 (file)
                        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>;