Lines Matching +full:htintc +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,htpic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Loongson-3 HyperTransport Interrupt Controller
10 - Jiaxun Yang <jiaxun.yang@flygoat.com>
13 - $ref: /schemas/interrupt-controller.yaml#
16 This interrupt controller is found in the Loongson-3 family of chips to transmit
21 const: loongson,htpic-1.0
24 maxItems: 1
27 minItems: 1
32 interrupt-controller: true
34 '#interrupt-cells':
35 const: 1
38 - compatible
39 - reg
40 - interrupts
41 - interrupt-controller
42 - '#interrupt-cells'
47 - |
48 #include <dt-bindings/interrupt-controller/irq.h>
49 htintc: interrupt-controller@1fb000080 {
50 compatible = "loongson,htpic-1.0";
52 interrupt-controller;
53 #interrupt-cells = <1>;
55 interrupt-parent = <&liointc>;