Lines Matching full:interrupt

4 $id: http://devicetree.org/schemas/interrupt-controller/riscv,aplic.yaml#
7 title: RISC-V Advanced Platform Level Interrupt Controller (APLIC)
13 The RISC-V advanced interrupt architecture (AIA) defines an advanced
14 platform level interrupt controller (APLIC) for handling wired interrupts
19 interrupt sources connect to the root APLIC domain and a parent APLIC
20 domain can delegate interrupt sources to it's child APLIC domains. There
24 - $ref: /schemas/interrupt-controller.yaml#
36 interrupt-controller: true
38 "#interrupt-cells":
52 message signaled interrupt controller (IMSIC). If both "msi-parent" and
62 Specifies the number of wired interrupt sources supported by this
85 - description: first interrupt number of the parent APLIC domain (inclusive)
86 - description: last interrupt number of the parent APLIC domain (inclusive)
88 A interrupt delegation list where each entry is a triple consisting
89 of child APLIC domain phandle, first interrupt number of the parent
90 APLIC domain, and last interrupt number of the parent APLIC domain.
91 Firmware must configure interrupt delegation registers based on
92 interrupt delegation list.
100 - interrupt-controller
101 - "#interrupt-cells"
114 // Example 1 (APLIC domains directly injecting interrupt to HARTs):
116 interrupt-controller@c000000 {
123 interrupt-controller;
124 #interrupt-cells = <2>;
130 aplic1: interrupt-controller@d000000 {
135 interrupt-controller;
136 #interrupt-cells = <2>;
140 aplic2: interrupt-controller@e000000 {
145 interrupt-controller;
146 #interrupt-cells = <2>;
153 interrupt-controller@c000000 {
157 interrupt-controller;
158 #interrupt-cells = <2>;
164 aplic3: interrupt-controller@d000000 {
168 interrupt-controller;
169 #interrupt-cells = <2>;