Lines Matching +full:valid +full:- +full:sources
2 ---
3 $id: http://devicetree.org/schemas/interrupt-controller/brcm,bcm2835-armctrl-ic.yaml#
4 $schema: http://devicetree.org/meta-schemas/core.yaml#
9 - Florian Fainelli <florian.fainelli@broadcom.com>
10 - Raspberry Pi Kernel Maintenance <kernel-list@raspberrypi.com>
13 The BCM2835 contains a custom top-level interrupt controller, which supports
14 72 interrupt sources using a 2-level register scheme. The interrupt
19 but the per-CPU interrupt controller is the root, and an interrupt there
22 The interrupt sources are as follows:
62 27: DMA11-14 - shared interrupt for DMA 11 to 14
63 28: DMAALL - triggers on all dma interrupts (including channel 15)
105 - brcm,bcm2835-armctrl-ic
106 - brcm,bcm2836-armctrl-ic
111 interrupt-controller: true
113 '#interrupt-cells':
120 The 2nd cell contains the interrupt number within the bank. Valid values
127 - compatible
128 - reg
129 - interrupt-controller
130 - '#interrupt-cells'
133 - if:
137 const: brcm,bcm2836-armctrl-ic
140 - interrupts
148 - |
149 interrupt-controller@7e00b200 {
150 compatible = "brcm,bcm2835-armctrl-ic";
152 interrupt-controller;
153 #interrupt-cells = <2>;
155 - |
156 interrupt-controller@7e00b200 {
157 compatible = "brcm,bcm2836-armctrl-ic";
159 interrupt-controller;
160 #interrupt-cells = <2>;