Lines Matching +full:non +full:- +full:configurable
9 External interrupts have a software configurable edge polarity. Non external
14 -------------------
16 - compatible: Should be "microchip,pic32mzda-evic"
17 - reg: Specifies physical base address and size of register range.
18 - interrupt-controller: Identifies the node as an interrupt controller.
19 - #interrupt cells: Specifies the number of cells used to encode an interrupt
25 hw_irq - represents the hardware interrupt number as in the data sheet.
26 irq_type - is used to describe the type and polarity of an interrupt. For
27 internal interrupts use IRQ_TYPE_EDGE_RISING for non persistent interrupts and
32 -------------------
33 - microchip,external-irqs: u32 array of external interrupts with software
38 -------
40 evic: interrupt-controller@1f810000 {
41 compatible = "microchip,pic32mzda-evic";
42 interrupt-controller;
43 #interrupt-cells = <2>;
45 microchip,external-irqs = <3 8 13 18 23>;
52 ------------------------------
61 ------------------------------