Lines Matching +full:loongson +full:- +full:3
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#
7 title: Loongson Local I/O Interrupt Controller
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
29 maxItems: 3
31 reg-names:
33 - const: main
34 - const: isr0
35 - const: isr1
37 interrupt-controller: true
45 interrupt-names:
48 - const: int0
49 - const: int1
50 - const: int2
51 - const: int3
54 '#interrupt-cells':
57 loongson,parent_int_map:
60 interrupt lines. Each cell refers to a parent interrupt line from 0 to 3
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
89 minItems: 3
92 - reg-names
100 - |
101 iointc: interrupt-controller@3ff01400 {
102 compatible = "loongson,liointc-1.0";
105 interrupt-controller;
106 #interrupt-cells = <2>;
108 interrupt-parent = <&cpuintc>;
109 interrupts = <2>, <3>;
110 interrupt-names = "int0", "int1";
112 loongson,parent_int_map = <0xf0ffffff>, /* int0 */