Lines Matching +full:r9a09g057 +full:- +full:rspi
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/renesas,rzv2h-rspi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas RZ/V2H(P) Renesas Serial Peripheral Interface (RSPI)
10 - Fabrizio Castro <fabrizio.castro.jz@renesas.com>
13 - $ref: spi-controller.yaml#
17 const: renesas,r9a09g057-rspi # RZ/V2H(P)
24 - description: Idle Interrupt
25 - description: Error Interrupt
26 - description: Communication End Interrupt
27 - description: Receive Buffer Full Interrupt
28 - description: Transmit Buffer Empty Interrupt
30 interrupt-names:
32 - const: idle
33 - const: error
34 - const: end
35 - const: rx
36 - const: tx
41 clock-names:
43 - const: pclk
44 - const: pclk_sfr
45 - const: tclk
50 reset-names:
52 - const: presetn
53 - const: tresetn
55 power-domains:
59 - compatible
60 - reg
61 - interrupts
62 - interrupt-names
63 - clocks
64 - clock-names
65 - resets
66 - reset-names
67 - power-domains
68 - '#address-cells'
69 - '#size-cells'
74 - |
75 #include <dt-bindings/interrupt-controller/arm-gic.h>
76 #include <dt-bindings/clock/renesas-cpg-mssr.h>
78 compatible = "renesas,r9a09g057-rspi";
86 interrupt-names = "idle", "error", "end", "rx", "tx";
90 clock-names = "pclk", "pclk_sfr", "tclk";
92 reset-names = "presetn", "tresetn";
93 power-domains = <&cpg>;
94 #address-cells = <1>;
95 #size-cells = <0>;