1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/spi/renesas,rspi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas (Quad) Serial Peripheral Interface (RSPI/QSPI)
10 - Geert Uytterhoeven <geert+renesas@glider.be>
17 - renesas,rspi-sh7757 # SH7757
18 - const: renesas,rspi # Legacy SH
22 - renesas,rspi-r7s72100 # RZ/A1H
23 - renesas,rspi-r7s9210 # RZ/A2
24 - const: renesas,rspi-rz # RZ/A
28 - renesas,qspi-r8a7742 # RZ/G1H
29 - renesas,qspi-r8a7743 # RZ/G1M
30 - renesas,qspi-r8a7744 # RZ/G1N
31 - renesas,qspi-r8a7745 # RZ/G1E
32 - renesas,qspi-r8a77470 # RZ/G1C
33 - renesas,qspi-r8a7790 # R-Car H2
34 - renesas,qspi-r8a7791 # R-Car M2-W
35 - renesas,qspi-r8a7792 # R-Car V2H
36 - renesas,qspi-r8a7793 # R-Car M2-N
37 - renesas,qspi-r8a7794 # R-Car E2
38 - const: renesas,qspi # R-Car Gen2 and RZ/G1
46 - description: A combined interrupt
48 - description: Error interrupt (SPEI)
49 - description: Receive Interrupt (SPRI)
50 - description: Transmit Interrupt (SPTI)
72 Must contain a list of pairs of references to DMA specifiers, one for
73 transmission, and one for reception.
85 Total number of native chip selects.
86 Hardware limitations related to chip selects:
87 - When using GPIO chip selects, at least one native chip select must
88 be left unused, as it will be driven anyway.
103 - $ref: spi-controller.yaml#
127 unevaluatedProperties: false
131 #include <dt-bindings/clock/r8a7791-cpg-mssr.h>
132 #include <dt-bindings/interrupt-controller/arm-gic.h>
133 #include <dt-bindings/power/r8a7791-sysc.h>
136 compatible = "renesas,qspi-r8a7791", "renesas,qspi";
137 reg = <0xe6b10000 0x2c>;
138 interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
139 clocks = <&cpg CPG_MOD 917>;
140 dmas = <&dmac0 0x17>, <&dmac0 0x18>, <&dmac1 0x17>, <&dmac1 0x18>;
141 dma-names = "tx", "rx", "tx", "rx";
142 power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
145 #address-cells = <1>;