Lines Matching +full:interrupt +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Wolfram Sang <wsa+renesas@sang-engineering.com>
11 - Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
16 - enum:
17 - renesas,r9a08g045-i3c # RZ/G3S
18 - renesas,r9a09g047-i3c # RZ/G3E
25 - description: Non-recoverable internal error interrupt
26 - description: Normal transfer error interrupt
27 - description: Normal transfer abort interrupt
28 - description: Normal response status buffer full interrupt
29 - description: Normal command buffer empty interrupt
30 - description: Normal IBI status buffer full interrupt
31 - description: Normal Rx data buffer full interrupt
32 - description: Normal Tx data buffer empty interrupt
33 - description: Normal receive status buffer full interrupt
34 - description: START condition detection interrupt
35 - description: STOP condition detection interrupt
36 - description: Transmit end interrupt
37 - description: NACK detection interrupt
38 - description: Arbitration lost interrupt
39 - description: Timeout detection interrupt
40 - description: Wake-up condition detection interrupt
41 - description: HDR Exit Pattern detection interrupt
44 interrupt-names:
46 - const: ierr
47 - const: terr
48 - const: abort
49 - const: resp
50 - const: cmd
51 - const: ibi
52 - const: rx
53 - const: tx
54 - const: rcv
55 - const: st
56 - const: sp
57 - const: tend
58 - const: nack
59 - const: al
60 - const: tmo
61 - const: wu
62 - const: exit
67 - description: APB bus clock
68 - description: transfer clock
69 - description: SFRs clock
72 clock-names:
74 - const: pclk
75 - const: tclk
76 - const: pclkrw
79 power-domains:
84 - description: Reset signal
85 - description: APB interface reset signal/SCAN reset signal
87 reset-names:
89 - const: presetn
90 - const: tresetn
93 - compatible
94 - reg
95 - interrupts
96 - interrupt-names
97 - clock-names
98 - clocks
99 - power-domains
100 - resets
101 - reset-names
104 - $ref: i3c.yaml#
106 - if:
110 const: renesas,r9a08g045-i3c
115 clock-names:
119 interrupt-names:
122 - if:
126 const: renesas,r9a09g047-i3c
131 clock-names:
135 interrupt-names:
141 - |
142 #include <dt-bindings/clock/r9a08g045-cpg.h>
143 #include <dt-bindings/interrupt-controller/arm-gic.h>
146 compatible = "renesas,r9a08g045-i3c";
150 clock-names = "pclk", "tclk";
168 interrupt-names = "ierr", "terr", "abort", "resp",
174 reset-names = "presetn", "tresetn";
175 power-domains = <&cpg>;
176 #address-cells = <3>;
177 #size-cells = <0>;