Lines Matching +full:apb +full:- +full:base
1 Synopsys DesignWare APB interrupt controller (dw_apb_ictl)
3 Synopsys DesignWare provides interrupt controller IP for APB known as
5 APB bus, e.g. Marvell Armada 1500. It can also be used as primary interrupt
9 - compatible: shall be "snps,dw-apb-ictl"
10 - reg: physical base address of the controller and length of memory mapped
12 - interrupt-controller: identifies the node as an interrupt controller
13 - #interrupt-cells: number of cells to encode an interrupt-specifier, shall be 1
16 - interrupts: interrupt reference to primary interrupt controller
20 - 0 maps to bit 0 of low interrupts,
21 - 1 maps to bit 1 of low interrupts,
22 - 32 maps to bit 0 of high interrupts,
23 - 33 maps to bit 1 of high interrupts,
24 - (optional) fast interrupts start at 64.
28 aic: interrupt-controller@3000 {
29 compatible = "snps,dw-apb-ictl";
31 interrupt-controller;
32 #interrupt-cells = <1>;
33 interrupt-parent = <&gic>;
38 vic: interrupt-controller@10130000 {
39 compatible = "snps,dw-apb-ictl";
41 interrupt-controller;
42 #interrupt-cells = <1>;