Lines Matching +full:rcar +full:- +full:gen2 +full:- +full:usbhs

1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/usb/renesas,usbhs.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas USBHS (HS-USB) controller
10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
15 - items:
16 - const: renesas,usbhs-r7s72100 # RZ/A1
17 - const: renesas,rza1-usbhs
19 - items:
20 - enum:
21 - renesas,usbhs-r7s9210 # RZ/A2
22 - renesas,usbhs-r9a07g044 # RZ/G2{L,LC}
23 - const: renesas,rza2-usbhs
25 - items:
26 - enum:
27 - renesas,usbhs-r8a7742 # RZ/G1H
28 - renesas,usbhs-r8a7743 # RZ/G1M
29 - renesas,usbhs-r8a7744 # RZ/G1N
30 - renesas,usbhs-r8a7745 # RZ/G1E
31 - renesas,usbhs-r8a77470 # RZ/G1C
32 - renesas,usbhs-r8a7790 # R-Car H2
33 - renesas,usbhs-r8a7791 # R-Car M2-W
34 - renesas,usbhs-r8a7792 # R-Car V2H
35 - renesas,usbhs-r8a7793 # R-Car M2-N
36 - renesas,usbhs-r8a7794 # R-Car E2
37 - const: renesas,rcar-gen2-usbhs
39 - items:
40 - enum:
41 - renesas,usbhs-r8a774a1 # RZ/G2M
42 - renesas,usbhs-r8a774b1 # RZ/G2N
43 - renesas,usbhs-r8a774c0 # RZ/G2E
44 - renesas,usbhs-r8a774e1 # RZ/G2H
45 - renesas,usbhs-r8a7795 # R-Car H3
46 - renesas,usbhs-r8a7796 # R-Car M3-W
47 - renesas,usbhs-r8a77961 # R-Car M3-W+
48 - renesas,usbhs-r8a77965 # R-Car M3-N
49 - renesas,usbhs-r8a77990 # R-Car E3
50 - renesas,usbhs-r8a77995 # R-Car D3
51 - const: renesas,rcar-gen3-usbhs
59 - description: USB 2.0 host
60 - description: USB 2.0 peripheral
61 - description: USB 2.0 clock selector
72 renesas,enable-gpio:
81 phy-names:
83 - const: usb
89 dma-names:
92 - const: ch0
93 - const: ch1
94 - const: ch2
95 - const: ch3
99 power-domains:
105 - description: USB 2.0 host
106 - description: USB 2.0 peripheral
109 - compatible
110 - reg
111 - clocks
112 - interrupts
115 - if:
119 const: renesas,usbhs-r9a07g044
124 - description: U2P_IXL_INT
125 - description: U2P_INT_DMA[0]
126 - description: U2P_INT_DMA[1]
127 - description: U2P_INT_DMAERR
136 - |
137 #include <dt-bindings/clock/r8a7790-cpg-mssr.h>
138 #include <dt-bindings/interrupt-controller/arm-gic.h>
139 #include <dt-bindings/power/r8a7790-sysc.h>
141 usbhs: usb@e6590000 {
142 compatible = "renesas,usbhs-r8a7790", "renesas,rcar-gen2-usbhs";