Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / usb / dwc2.txt
1 Platform DesignWare HS OTG USB 2.0 controller
2 -----------------------------------------------------
3
4 Required properties:
5 - compatible : One of:
6   - brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC.
7   - snps,dwc2: A generic DWC2 USB controller with default parameters.
8 - reg : Should contain 1 register range (address and length)
9 - interrupts : Should contain 1 interrupt
10
11 Example:
12
13         usb@101c0000 {
14                 compatible = "ralink,rt3050-usb, snps,dwc2";
15                 reg = <0x101c0000 40000>;
16                 interrupts = <18>;
17         };