Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / staging / dwc2.txt
1 Platform DesignWare HS OTG USB 2.0 controller
2 -----------------------------------------------------
3
4 Required properties:
5 - compatible : "snps,dwc2"
6 - reg : Should contain 1 register range (address and length)
7 - interrupts : Should contain 1 interrupt
8
9 Example:
10
11         usb@101c0000 {
12                 compatible = "ralink,rt3050-usb, snps,dwc2";
13                 reg = <0x101c0000 40000>;
14                 interrupts = <18>;
15         };