1 * Marvell MMP Interrupt controller
4 - compatible : Should be "mrvl,mmp-intc", "mrvl,mmp2-intc" or
6 - reg : Address and length of the register set of the interrupt controller.
7 If the interrupt controller is intc, address and length means the range
8 of the whold interrupt controller. If the interrupt controller is mux-intc,
9 address and length means one register. Since address of mux-intc is in the
10 range of intc. mux-intc is secondary interrupt controller.
11 - reg-names : Name of the register set of the interrupt controller. It's
12 only required in mux-intc interrupt controller.
13 - interrupts : Should be the port interrupt shared by mux interrupts. It's
14 only required in mux-intc interrupt controller.
15 - interrupt-controller : Identifies the node as an interrupt controller.
16 - #interrupt-cells : Specifies the number of cells needed to encode an
18 - mrvl,intc-nr-irqs : Specifies the number of interrupts in the interrupt
20 - mrvl,clr-mfp-irq : Specifies the interrupt that needs to clear MFP edge
24 intc: interrupt-controller@d4282000 {
25 compatible = "mrvl,mmp2-intc";
27 #interrupt-cells = <1>;
28 reg = <0xd4282000 0x1000>;
29 mrvl,intc-nr-irqs = <64>;
33 compatible = "mrvl,mmp2-mux-intc";
36 #interrupt-cells = <1>;
37 reg = <0x150 0x4>, <0x168 0x4>;
38 reg-names = "mux status", "mux mask";
39 mrvl,intc-nr-irqs = <2>;