Lines Matching +full:super +full:- +full:speed
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cadence USBSS-DRD controller bindings
10 - Pawel Laszczak <pawell@cadence.com>
18 - description: OTG controller registers
19 - description: XHCI Host controller registers
20 - description: DEVICE controller registers
22 reg-names:
24 - const: otg
25 - const: xhci
26 - const: dev
30 - description: OTG/DRD controller interrupt
31 - description: XHCI host controller interrupt
32 - description: Device controller interrupt
34 interrupt-names:
36 - const: host
37 - const: peripheral
38 - const: otg
43 maximum-speed:
44 enum: [super-speed, high-speed, full-speed]
50 phy-names:
55 - const: cdns3,usb2-phy
56 - const: cdns3,usb3-phy
58 cdns,on-chip-buff-size:
64 cdns,phyrst-a-enable:
69 - compatible
70 - reg
71 - reg-names
72 - interrupts
77 - |
78 #include <dt-bindings/interrupt-controller/arm-gic.h>
80 #address-cells = <2>;
81 #size-cells = <2>;
88 reg-names = "otg", "xhci", "dev";
92 interrupt-names = "host", "peripheral", "otg";
93 maximum-speed = "super-speed";