Lines Matching +full:four +full:- +full:cell
10 - compatible: Specifies the compatibility list for the interrupt controller.
11 The type shall be <string> and the value shall include "img,pdc-intc".
13 - reg: Specifies the base PDC physical address(s) and size(s) of the
14 addressable register space. The type shall be <prop-encoded-array>.
16 - interrupt-controller: The presence of this property identifies the node
19 - #interrupt-cells: Specifies the number of cells needed to encode an
22 - num-perips: Number of waking peripherals.
24 - num-syswakes: Number of SysWake inputs.
26 - interrupts: List of interrupt specifiers. The first specifier shall be the
34 - <1st-cell>: The interrupt-number that identifies the interrupt source.
35 0-7: Peripheral interrupts
36 8-15: SysWake interrupts
38 - <2nd-cell>: The level-sense information, encoded using the Linux interrupt
41 1 = low-to-high edge triggered
42 2 = high-to-low edge triggered
44 4 = active-high level-sensitive (required for perip irqs)
45 8 = active-low level-sensitive
56 interrupt-controller;
59 #interrupt-cells = <2>;
65 compatible = "img,pdc-intc";
68 num-perips = <3>;
70 // Four SysWakes are connected.
71 num-syswakes = <4>;
86 interrupt-parent = <&pdc>;
100 interrupt-parent = <&pdc>;
102 // Interrupt source SysWake 0 that is active-low level-sensitive