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 as the primary
18 - $ref: /schemas/interrupt-controller.yaml#
23 - const: loongson,liointc-1.0
24 - const: loongson,liointc-1.0a
29 interrupt-controller: true
37 interrupt-names:
40 - const: int0
41 - const: int1
42 - const: int2
43 - const: int3
47 '#interrupt-cells':
50 'loongson,parent_int_map':
53 interrupt lines. Each cell refers to a parent interrupt line from 0 to 3
57 $ref: /schemas/types.yaml#/definitions/uint32-array
62 - compatible
63 - reg
64 - interrupts
65 - interrupt-controller
66 - '#interrupt-cells'
67 - 'loongson,parent_int_map'
73 - |
74 iointc: interrupt-controller@3ff01400 {
75 compatible = "loongson,liointc-1.0";
78 interrupt-controller;
79 #interrupt-cells = <2>;
81 interrupt-parent = <&cpuintc>;
82 interrupts = <2>, <3>;
83 interrupt-names = "int0", "int1";
85 loongson,parent_int_map = <0xf0ffffff>, /* int0 */