Lines Matching +full:bcm2835 +full:- +full:rng
1 BCM2835 Top-Level ("ARMCTRL") Interrupt Controller
3 The BCM2835 contains a custom top-level interrupt controller, which supports
4 72 interrupt sources using a 2-level register scheme. The interrupt
9 interrupts, but the per-CPU interrupt controller is the root, and an
14 - compatible : should be "brcm,bcm2835-armctrl-ic" or
15 "brcm,bcm2836-armctrl-ic"
16 - reg : Specifies base physical address and size of the registers.
17 - interrupt-controller : Identifies the node as an interrupt controller
18 - #interrupt-cells : Specifies the number of cells needed to encode an
28 Additional required properties for brcm,bcm2836-armctrl-ic:
29 - interrupts : Specifies the interrupt on the parent for this interrupt
72 27: DMA11-14 - shared interrupt for DMA 11 to 14
73 28: DMAALL - triggers on all dma interrupts (including channel 15)
108 29: RNG
114 /* BCM2835, first level */
115 intc: interrupt-controller {
116 compatible = "brcm,bcm2835-armctrl-ic";
118 interrupt-controller;
119 #interrupt-cells = <2>;
123 intc: interrupt-controller {
124 compatible = "brcm,bcm2836-armctrl-ic";
126 interrupt-controller;
127 #interrupt-cells = <2>;
129 interrupt-parent = <&local_intc>;