Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / usb / usb-xhci.txt
1 USB xHCI controllers
2
3 Required properties:
4   - compatible: should be one of "generic-xhci",
5     "marvell,armada-375-xhci", "marvell,armada-380-xhci",
6     "renesas,xhci-r8a7790", "renesas,xhci-r8a7791" (deprecated:
7     "xhci-platform").
8   - reg: should contain address and length of the standard XHCI
9     register set for the device.
10   - interrupts: one XHCI interrupt should be described here.
11
12 Optional property:
13   - clocks: reference to a clock
14
15 Example:
16         usb@f0931000 {
17                 compatible = "generic-xhci";
18                 reg = <0xf0931000 0x8c8>;
19                 interrupts = <0x0 0x4e 0x0>;
20         };