]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/usb/usb-xhci.txt
xhci: Platform: Add (en/dis)able_usb3_lpm_timeout
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / usb / usb-xhci.txt
CommitLineData
1fe6c452
AC
1USB xHCI controllers
2
3Required properties:
023bfe83 4 - compatible: should be one of "generic-xhci",
c7c1ce80
YS
5 "marvell,armada-375-xhci", "marvell,armada-380-xhci",
6 "renesas,xhci-r8a7790", "renesas,xhci-r8a7791" (deprecated:
023bfe83 7 "xhci-platform").
1fe6c452
AC
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
023bfe83
GC
12Optional property:
13 - clocks: reference to a clock
14
1fe6c452
AC
15Example:
16 usb@f0931000 {
0f94388b 17 compatible = "generic-xhci";
1fe6c452
AC
18 reg = <0xf0931000 0x8c8>;
19 interrupts = <0x0 0x4e 0x0>;
20 };