Lines Matching +full:liointc +full:- +full:1
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/interrupt-controller/loongson,liointc.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
10 - Jiaxun Yang <jiaxun.yang@flygoat.com>
13 This interrupt controller is found in the Loongson-3 family of chips and
14 Loongson-2K1000 chip, as the primary package interrupt controller which
18 - $ref: /schemas/interrupt-controller.yaml#
23 - loongson,liointc-1.0
24 - loongson,liointc-1.0a
25 - loongson,liointc-2.0
28 minItems: 1
31 reg-names:
33 - const: main
34 - const: isr0
35 - const: isr1
37 interrupt-controller: true
42 minItems: 1
45 interrupt-names:
48 - const: int0
49 - const: int1
50 - const: int2
51 - const: int3
52 minItems: 1
54 '#interrupt-cells':
62 If a CPU interrupt line didn't connect with liointc, then keep its
64 $ref: /schemas/types.yaml#/definitions/uint32-array
69 - compatible
70 - reg
71 - interrupts
72 - interrupt-controller
73 - '#interrupt-cells'
74 - 'loongson,parent_int_map'
84 - loongson,liointc-2.0
92 - reg-names
97 maxItems: 1
100 - |
101 iointc: interrupt-controller@3ff01400 {
102 compatible = "loongson,liointc-1.0";
105 interrupt-controller;
106 #interrupt-cells = <2>;
108 interrupt-parent = <&cpuintc>;
110 interrupt-names = "int0", "int1";