Lines Matching +full:level +full:- +full:triggered
4 - compatible: Should be:
5 - "atmel,<chip>-aic" where <chip> can be "at91rm9200", "sama5d2",
7 - "microchip,<chip>-aic" where <chip> can be "sam9x60"
9 - interrupt-controller: Identifies the node as an interrupt controller.
10 - #interrupt-cells: The number of cells to define the interrupts. It should be 3.
13 bits[3:0] trigger type and level flags:
14 1 = low-to-high edge triggered.
15 2 = high-to-low edge triggered.
16 4 = active high level-sensitive.
17 8 = active low level-sensitive.
22 - reg: Should contain AIC registers location and length
23 - atmel,external-irqs: u32 array of external irqs.
29 aic: interrupt-controller@fffff000 {
30 compatible = "atmel,at91rm9200-aic";
31 interrupt-controller;
32 #interrupt-cells = <3>;
39 dma: dma-controller@ffffec00 {
40 compatible = "atmel,at91sam9g45-dma";