Lines Matching full:interrupt
1 * ImgTec Powerdown Controller (PDC) Interrupt Controller Binding
4 representation of a PDC IRQ controller. This has a number of input interrupt
5 lines which can wake the system, and are passed on through output interrupt
10 - compatible: Specifies the compatibility list for the interrupt controller.
16 - interrupt-controller: The presence of this property identifies the node
17 as an interrupt controller. No property value shall be defined.
19 - #interrupt-cells: Specifies the number of cells needed to encode an
20 interrupt source. The type shall be a <u32> and the value shall be 2.
26 - interrupts: List of interrupt specifiers. The first specifier shall be the
27 shared SysWake interrupt, and remaining specifies shall be PDC peripheral
30 * Interrupt Specifier Definition
32 Interrupt specifiers consists of 2 cells encoded as follows:
34 - <1st-cell>: The interrupt-number that identifies the interrupt source.
38 - <2nd-cell>: The level-sense information, encoded using the Linux interrupt
55 // This is an interrupt controller node.
56 interrupt-controller;
58 // Three cells to encode interrupt sources.
59 #interrupt-cells = <2>;
85 // The interrupt controller that this device is wired to.
86 interrupt-parent = <&pdc>;
88 // Interrupt source Peripheral 0
96 * An interrupt generating device that is wired to a SysWake pin.
99 // The interrupt controller that this device is wired to.
100 interrupt-parent = <&pdc>;
102 // Interrupt source SysWake 0 that is active-low level-sensitive