| .. | .. |
|---|
| 7 | 7 | - "marvell,armada3700-xhci" for Armada 37xx SoCs |
|---|
| 8 | 8 | - "marvell,armada-375-xhci" for Armada 375 SoCs |
|---|
| 9 | 9 | - "marvell,armada-380-xhci" for Armada 38x SoCs |
|---|
| 10 | | - - "renesas,xhci-r8a7743" for r8a7743 SoC |
|---|
| 11 | | - - "renesas,xhci-r8a7790" for r8a7790 SoC |
|---|
| 12 | | - - "renesas,xhci-r8a7791" for r8a7791 SoC |
|---|
| 13 | | - - "renesas,xhci-r8a7793" for r8a7793 SoC |
|---|
| 14 | | - - "renesas,xhci-r8a7795" for r8a7795 SoC |
|---|
| 15 | | - - "renesas,xhci-r8a7796" for r8a7796 SoC |
|---|
| 16 | | - - "renesas,xhci-r8a77965" for r8a77965 SoC |
|---|
| 17 | | - - "renesas,xhci-r8a77990" for r8a77990 SoC |
|---|
| 18 | | - - "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible |
|---|
| 19 | | - device |
|---|
| 20 | | - - "renesas,rcar-gen3-xhci" for a generic R-Car Gen3 compatible device |
|---|
| 10 | + - "brcm,bcm7445-xhci" for Broadcom STB SoCs with XHCI |
|---|
| 21 | 11 | - "xhci-platform" (deprecated) |
|---|
| 22 | 12 | |
|---|
| 23 | 13 | When compatible with the generic version, nodes must list the |
|---|
| .. | .. |
|---|
| 35 | 25 | second one |
|---|
| 36 | 26 | - usb2-lpm-disable: indicate if we don't want to enable USB2 HW LPM |
|---|
| 37 | 27 | - usb3-lpm-capable: determines if platform is USB3 LPM capable |
|---|
| 38 | | - - usb3-dis-autosuspend: determines if the xHC supports USB3 autosuspend capable |
|---|
| 39 | 28 | - quirk-broken-port-ped: set if the controller has broken port disable mechanism |
|---|
| 40 | | - - xhci-slow-suspend: set if it needs an extraordinary delay to wait |
|---|
| 41 | | - for xHC enter the Halted state after the Run/Stop (R/S) bit is cleared to '0' |
|---|
| 42 | | - - xhci-trb-ent-quirk: set if this xhci platform need to enable the Evaluate |
|---|
| 43 | | - Next TRB(ENT) flag in the TRB data structure to force xHC to pre-fetch |
|---|
| 44 | | - the next TRB of a TD. |
|---|
| 45 | 29 | - quirk-skip-phy-init: indicate that do not manage the PHY state in the HCD core |
|---|
| 46 | 30 | and handle this in the controller's driver. |
|---|
| 47 | 31 | - imod-interval-ns: default interrupt moderation interval is 5000ns |
|---|
| 48 | | - - phys : see usb-hcd.txt in the current directory |
|---|
| 32 | + - phys : see usb-hcd.yaml in the current directory |
|---|
| 33 | + - offload: supporting USB offload feature, 0: disabled, 1: audio |
|---|
| 49 | 34 | |
|---|
| 50 | | -additionally the properties from usb-hcd.txt (in the current directory) are |
|---|
| 35 | +additionally the properties from usb-hcd.yaml (in the current directory) are |
|---|
| 51 | 36 | supported. |
|---|
| 52 | 37 | |
|---|
| 53 | 38 | |
|---|