Lines Matching +full:2 +full:nd +full:- +full:cell
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/interrupt-controller/sunplus,sp7021-intc.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Qin Jian <qinjian@cqplus1.com>
16 - const: sunplus,sp7021-intc
19 maxItems: 2
23 The 2nd region include clear/masked_ext0/masked_ext1/group regs.
25 interrupt-controller: true
27 "#interrupt-cells":
28 const: 2
30 The first cell is the IRQ number, the second cell is the trigger
34 maxItems: 2
36 EXT_INT0 & EXT_INT1, 2 interrupts references to primary interrupt
40 - compatible
41 - reg
42 - interrupt-controller
43 - "#interrupt-cells"
44 - interrupts
49 - |
50 #include <dt-bindings/interrupt-controller/arm-gic.h>
52 intc: interrupt-controller@9c000780 {
53 compatible = "sunplus,sp7021-intc";
55 interrupt-controller;
56 #interrupt-cells = <2>;
57 interrupt-parent = <&gic>;