Lines Matching +full:interrupt +full:- +full:map
5 the polarity of certain external interrupt lines.
11 - compatible: should be "fsl,<soc-name>-extirq", e.g. "fsl,ls1021a-extirq".
12 "fsl,ls1043a-extirq": for LS1043A, LS1046A.
13 "fsl,ls1088a-extirq": for LS1088A, LS208xA, LX216xA.
14 - #interrupt-cells: Must be 2. The first element is the index of the
15 external interrupt line. The second element is the trigger type.
16 - #address-cells: Must be 0.
17 - interrupt-controller: Identifies the node as an interrupt controller
18 - reg: Specifies the Interrupt Polarity Control Register (INTPCR) in
19 the SCFG or the External Interrupt Control Register (IRQCR) in
21 - interrupt-map: Specifies the mapping from external interrupts to GIC
23 - interrupt-map-mask: Must be <0xffffffff 0>.
27 compatible = "fsl,ls1021a-scfg", "syscon";
29 big-endian;
30 #address-cells = <1>;
31 #size-cells = <1>;
34 extirq: interrupt-controller@1ac {
35 compatible = "fsl,ls1021a-extirq";
36 #interrupt-cells = <2>;
37 #address-cells = <0>;
38 interrupt-controller;
40 interrupt-map =
47 interrupt-map-mask = <0xffffffff 0x0>;
52 interrupts-extended = <&gic GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,