2013-07-26 06:04:44 +07:00
|
|
|
USB xHCI controllers
|
|
|
|
|
|
|
|
Required properties:
|
2016-02-18 22:55:49 +07:00
|
|
|
- compatible: should be one or more of
|
|
|
|
|
|
|
|
- "generic-xhci" for generic XHCI device
|
2016-04-27 20:36:42 +07:00
|
|
|
- "marvell,armada3700-xhci" for Armada 37xx SoCs
|
2016-02-18 22:55:49 +07:00
|
|
|
- "marvell,armada-375-xhci" for Armada 375 SoCs
|
|
|
|
- "marvell,armada-380-xhci" for Armada 38x SoCs
|
2017-12-08 22:59:06 +07:00
|
|
|
- "renesas,xhci-r8a7743" for r8a7743 SoC
|
2018-09-27 20:42:38 +07:00
|
|
|
- "renesas,xhci-r8a7744" for r8a7744 SoC
|
2018-08-24 14:56:12 +07:00
|
|
|
- "renesas,xhci-r8a774a1" for r8a774a1 SoC
|
2019-04-29 15:51:24 +07:00
|
|
|
- "renesas,xhci-r8a774c0" for r8a774c0 SoC
|
2016-02-18 22:55:49 +07:00
|
|
|
- "renesas,xhci-r8a7790" for r8a7790 SoC
|
|
|
|
- "renesas,xhci-r8a7791" for r8a7791 SoC
|
|
|
|
- "renesas,xhci-r8a7793" for r8a7793 SoC
|
|
|
|
- "renesas,xhci-r8a7795" for r8a7795 SoC
|
2016-11-11 20:13:27 +07:00
|
|
|
- "renesas,xhci-r8a7796" for r8a7796 SoC
|
2018-02-27 15:15:20 +07:00
|
|
|
- "renesas,xhci-r8a77965" for r8a77965 SoC
|
2018-07-03 17:51:47 +07:00
|
|
|
- "renesas,xhci-r8a77990" for r8a77990 SoC
|
2017-12-08 22:59:06 +07:00
|
|
|
- "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible
|
|
|
|
device
|
2018-08-24 14:56:12 +07:00
|
|
|
- "renesas,rcar-gen3-xhci" for a generic R-Car Gen3 or RZ/G2 compatible
|
|
|
|
device
|
2016-02-18 22:55:49 +07:00
|
|
|
- "xhci-platform" (deprecated)
|
|
|
|
|
|
|
|
When compatible with the generic version, nodes must list the
|
|
|
|
SoC-specific version corresponding to the platform first
|
|
|
|
followed by the generic version.
|
|
|
|
|
2013-07-26 06:04:44 +07:00
|
|
|
- reg: should contain address and length of the standard XHCI
|
|
|
|
register set for the device.
|
|
|
|
- interrupts: one XHCI interrupt should be described here.
|
|
|
|
|
2014-07-04 21:01:25 +07:00
|
|
|
Optional properties:
|
2018-04-20 20:52:52 +07:00
|
|
|
- clocks: reference to the clocks
|
|
|
|
- clock-names: mandatory if there is a second clock, in this case
|
|
|
|
the name must be "core" for the first clock and "reg" for the
|
|
|
|
second one
|
2017-10-05 15:21:37 +07:00
|
|
|
- usb2-lpm-disable: indicate if we don't want to enable USB2 HW LPM
|
2014-07-04 21:01:25 +07:00
|
|
|
- usb3-lpm-capable: determines if platform is USB3 LPM capable
|
2017-01-23 19:19:59 +07:00
|
|
|
- quirk-broken-port-ped: set if the controller has broken port disable mechanism
|
2017-12-08 22:59:13 +07:00
|
|
|
- imod-interval-ns: default interrupt moderation interval is 5000ns
|
2018-03-04 04:43:02 +07:00
|
|
|
- phys : see usb-hcd.txt in the current directory
|
|
|
|
|
|
|
|
additionally the properties from usb-hcd.txt (in the current directory) are
|
|
|
|
supported.
|
|
|
|
|
2014-05-15 17:17:34 +07:00
|
|
|
|
2013-07-26 06:04:44 +07:00
|
|
|
Example:
|
|
|
|
usb@f0931000 {
|
2014-02-11 23:54:46 +07:00
|
|
|
compatible = "generic-xhci";
|
2013-07-26 06:04:44 +07:00
|
|
|
reg = <0xf0931000 0x8c8>;
|
|
|
|
interrupts = <0x0 0x4e 0x0>;
|
|
|
|
};
|