]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/usb/usb-xhci.txt
usb: host: xhci-plat: add support for the R-Car M2-N xHCI controller
[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 5 "marvell,armada-375-xhci", "marvell,armada-380-xhci",
82487b71
YS
6 "renesas,xhci-r8a7790", "renesas,xhci-r8a7791", "renesas,xhci-r8a7793"
7 (deprecated: "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
20f6fdd0 12Optional properties:
023bfe83 13 - clocks: reference to a clock
20f6fdd0 14 - usb3-lpm-capable: determines if platform is USB3 LPM capable
023bfe83 15
1fe6c452
AC
16Example:
17 usb@f0931000 {
0f94388b 18 compatible = "generic-xhci";
1fe6c452
AC
19 reg = <0xf0931000 0x8c8>;
20 interrupts = <0x0 0x4e 0x0>;
21 };