1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/usb/generic-ohci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: USB OHCI Controller
10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 - allwinner,sun4i-a10-ohci
18 - allwinner,sun50i-a100-ohci
19 - allwinner,sun50i-a64-ohci
20 - allwinner,sun50i-h6-ohci
21 - allwinner,sun50i-h616-ohci
22 - allwinner,sun55i-a523-ohci
23 - allwinner,sun5i-a13-ohci
24 - allwinner,sun6i-a31-ohci
25 - allwinner,sun7i-a20-ohci
26 - allwinner,sun8i-a23-ohci
27 - allwinner,sun8i-a83t-ohci
28 - allwinner,sun8i-h3-ohci
29 - allwinner,sun8i-r40-ohci
30 - allwinner,sun8i-v3s-ohci
31 - allwinner,sun9i-a80-ohci
32 - allwinner,sun20i-d1-ohci
50 - rockchip,rk3588-ohci
58 - cavium,octeon-6335-ohci
59 - nintendo,hollywood-usb-ohci
78 In case the Renesas R-Car Gen3 SoCs:
79 - if a host only channel: first clock should be host.
80 - if a USB DRD channel: first clock should be host and second
81 one should be peripheral
87 $ref: /schemas/types.yaml#/definitions/flag
89 Set this flag for HCDs with big endian descriptors and big
93 $ref: /schemas/types.yaml#/definitions/flag
95 Set this flag for HCDs with big endian descriptors.
98 $ref: /schemas/types.yaml#/definitions/flag
100 Set this flag for HCDs with big endian registers.
102 remote-wakeup-connected:
103 $ref: /schemas/types.yaml#/definitions/flag
105 Remote wakeup is wired on the platform.
108 $ref: /schemas/types.yaml#/definitions/flag
110 Set if frame_no lives in bits [15:0] of HCCA
113 $ref: /schemas/types.yaml#/definitions/uint32
115 Overrides the detected port count
133 $ref: /schemas/types.yaml#/definitions/phandle
135 The associated ISP1301 device. Necessary for the UDC controller for
136 connecting to the USB physical layer.
158 const: rockchip,rk3588-ohci
169 unevaluatedProperties: false
174 compatible = "allwinner,sun4i-a10-ohci", "generic-ohci";
175 reg = <0x01c14400 0x100>;
177 clocks = <&usb_clk 6>, <&ahb_gates 2>;