Lines Matching +full:interrupt +full:- +full:map +full:- +full:mask
4 the polarity of certain external interrupt lines.
10 - compatible: should be "fsl,<soc-name>-extirq", e.g. "fsl,ls1021a-extirq".
11 - #interrupt-cells: Must be 2. The first element is the index of the
12 external interrupt line. The second element is the trigger type.
13 - #address-cells: Must be 0.
14 - interrupt-controller: Identifies the node as an interrupt controller
15 - reg: Specifies the Interrupt Polarity Control Register (INTPCR) in
17 - interrupt-map: Specifies the mapping from external interrupts to GIC
19 - interrupt-map-mask: Must be <0xffffffff 0>.
23 compatible = "fsl,ls1021a-scfg", "syscon";
25 big-endian;
26 #address-cells = <1>;
27 #size-cells = <1>;
30 extirq: interrupt-controller@1ac {
31 compatible = "fsl,ls1021a-extirq";
32 #interrupt-cells = <2>;
33 #address-cells = <0>;
34 interrupt-controller;
36 interrupt-map =
43 interrupt-map-mask = <0xffffffff 0x0>;
48 interrupts-extended = <&gic GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,