提交 2957e36e 编写于 作者: A Alexandre Bailon 提交者: Sekhar Nori

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: NAlexandre Bailon <abailon@baylibre.com>
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 f3d47fc9
...@@ -387,6 +387,16 @@ ...@@ -387,6 +387,16 @@
dma-names = "rx", "tx"; dma-names = "rx", "tx";
status = "disabled"; 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 { mdio: mdio@224000 {
compatible = "ti,davinci_mdio"; compatible = "ti,davinci_mdio";
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册