1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/usb/renesas,usb3-peri.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas USB 3.0 Peripheral controller
10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
16 - renesas,r8a774a1-usb3-peri # RZ/G2M
17 - renesas,r8a774b1-usb3-peri # RZ/G2N
18 - renesas,r8a774c0-usb3-peri # RZ/G2E
19 - renesas,r8a774e1-usb3-peri # RZ/G2H
20 - renesas,r8a7795-usb3-peri # R-Car H3
21 - renesas,r8a7796-usb3-peri # R-Car M3-W
22 - renesas,r8a77961-usb3-peri # R-Car M3-W+
23 - renesas,r8a77965-usb3-peri # R-Car M3-N
24 - renesas,r8a77990-usb3-peri # R-Car E3
25 - const: renesas,rcar-gen3-usb3-peri
49 $ref: /schemas/types.yaml#/definitions/flag
50 description: Support role switch.
53 $ref: /schemas/types.yaml#/definitions/phandle
54 description: phandle of a companion.
58 any connector to the data bus of this controller should be modelled
59 using the OF graph bindings specified, if the "usb-role-switch"
65 description: High Speed (HS) data bus.
69 description: Super Speed (SS) data bus.
80 additionalProperties: false
84 #include <dt-bindings/clock/r8a774c0-cpg-mssr.h>
85 #include <dt-bindings/interrupt-controller/arm-gic.h>
86 #include <dt-bindings/power/r8a774c0-sysc.h>
88 usb3_peri0: usb@ee020000 {
89 compatible = "renesas,r8a774c0-usb3-peri", "renesas,rcar-gen3-usb3-peri";
90 reg = <0xee020000 0x400>;
91 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
92 clocks = <&cpg CPG_MOD 328>;
101 usb3_hs_ep: endpoint {
102 remote-endpoint = <&hs_ep>;
107 usb3_role_switch: endpoint {
108 remote-endpoint = <&hd3ss3220_out_ep>;