On Tue, 09 Sep 2025 19:07:51 +0100, Biju wrote: > From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > Document the Renesas RZ/G3E USB3.2 Gen2 Host Controller (a.k.a USB3HOST). > The USB3HOST is compliant with the Universal Serial Bus 3.2 Specification > Revision 1.0. > - Supports 1 downstream USB receptacles > - Number of SSP Gen2 or SS ports: 1 > - Number of HS or FS or LS ports: 1 > - Supports Super Speed Plus Gen2x1 (10 Gbps), Super Speed (5 Gbps), > High Speed (480 Mbps), Full Speed (12Mbps), and Low Speed (1.5 Mbps). > - Supports all transfer-types: Control, Bulk, Interrupt, Isochronous, and > these split-transactions. > - Supports Power Control and Over Current Detection. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > v1->v2: > * Added ref to usb-xhci.yaml > * Dropped Rb tag > --- > .../bindings/usb/renesas,rzg3e-xhci.yaml | 87 +++++++++++++++++++ > 1 file changed, 87 insertions(+) > create mode 100644 Documentation/devicetree/bindings/usb/renesas,rzg3e-xhci.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>