Lines Matching full:interrupts
7 Nodes that describe devices which generate interrupts must contain an
8 "interrupts" property, an "interrupts-extended" property, or both. If both are
13 which the interrupts are routed; see section 2 below for details.
17 interrupts = <5 0>, <6 0>;
20 interrupts are routed and contains a single phandle referring to the interrupt
22 interrupt client node or in any of its parent nodes. Interrupts listed in the
23 "interrupts" property are always in reference to the node's interrupt parent.
25 The "interrupts-extended" property is a special form; useful when a node needs
31 interrupts-extended = <&intc1 5 1>, <&intc2 1 0>;
64 interrupts = <31>; /* Cascaded to vic */
86 interrupts = <160 1>;
102 interrupts = <3 0x8>;
116 interrupts routed to them, so that they can wakeup the SoC from suspend. These