Lines Matching full:interrupt
1 * ARM Nested Vector Interrupt Controller (NVIC)
3 The NVIC provides an interrupt controller that is tightly coupled to
5 vary in the number of interrupts and priority bits per interrupt.
13 - interrupt-controller : Identifies the node as an interrupt controller
14 - #interrupt-cells : Specifies the number of cells needed to encode an
15 interrupt source. The type shall be a <u32> and the value shall be 2.
17 The 1st cell contains the interrupt number for the interrupt type.
19 The 2nd cell is the priority of the interrupt.
29 intc: interrupt-controller@e000e100 {
31 #interrupt-cells = <2>;
33 interrupt-controller;