Lines Matching +full:high +full:- +full:definition
14 - compatible
17 Definition: Shall include "fsl,mpic". Freescale MPIC
22 - reg
24 Value type: <prop-encoded-array>
25 Definition: A standard property. Specifies the physical
29 - interrupt-controller
32 Definition: Specifies that this node is an interrupt
35 - #interrupt-cells
38 Definition: Shall be 2 or 4. A value of 2 means that interrupt
39 specifiers do not contain the interrupt-type or type-specific
42 - #address-cells
45 Definition: Shall be 0.
47 - pic-no-reset
50 Definition: The presence of this property specifies that the
53 configuration registers to a sane state-- masked or
60 - big-endian
63 If present the MPIC will be assumed to be big-endian. Some
64 device-trees omit this property on MPIC nodes even when the MPIC is
65 in fact big-endian, so certain boards override this property.
67 - single-cpu-affinity
71 non-IPI interrupts to a single CPU at a time (EG: Freescale MPIC).
73 - last-interrupt-source
80 INTERRUPT SPECIFIER DEFINITION
85 <1st-cell> interrupt-number
90 Note: If the interrupt-type cell is undefined
91 (i.e. #interrupt-cells = 2), this cell
93 interrupt-type 0-- i.e. an external or
96 <2nd-cell> level-sense information, encoded as follows:
97 0 = low-to-high edge triggered
98 1 = active low level-sensitive
99 2 = active high level-sensitive
100 3 = high-to-low edge triggered
102 <3rd-cell> interrupt-type
108 The interrupt-number cell contains
110 type-specific cell is undefined. The
111 interrupt-number is derived from the
114 Each source has 32-bytes of registers
121 The interrupt-number cell contains
123 the error interrupt. The type-specific
127 2 = MPIC inter-processor interrupt (IPI)
129 The interrupt-number cell identifies
130 the MPIC IPI number. The type-specific
135 The interrupt-number cell identifies
136 the MPIC timer number. The type-specific
139 <4th-cell> type-specific information
141 The type-specific cell is encoded as follows:
143 - For interrupt-type 1 (error interrupt),
144 the type-specific cell contains the
154 interrupt-controller;
155 #interrupt-cells = <4>;
156 #address-cells = <0>;
179 #address-cells = <1>;
180 #size-cells = <0>;
181 cell-index = <0>;
182 compatible = "fsl-i2c";
185 interrupt-parent = <&mpic>;
192 * Definition of a node defining the 4
197 compatible = "fsl,mpic-ipi";
207 * Definition of a node defining the MPIC
212 compatible = "fsl,mpic-global-timer";
222 * Definition of an error interrupt (interrupt type 1).
227 memory-controller@8000 {
228 compatible = "fsl,p4080-memory-controller";