brintos

brintos / linux-shallow public Read only

0
0
Text · 723 B · adf9899 Raw
35 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/interrupt-controller/loongson,cpu-interrupt-controller.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: LoongArch CPU Interrupt Controller8 9maintainers:10  - Liu Peibao <liupeibao@loongson.cn>11 12properties:13  compatible:14    const: loongson,cpu-interrupt-controller15 16  '#interrupt-cells':17    const: 118 19  interrupt-controller: true20 21additionalProperties: false22 23required:24  - compatible25  - '#interrupt-cells'26  - interrupt-controller27 28examples:29  - |30    interrupt-controller {31      compatible = "loongson,cpu-interrupt-controller";32      #interrupt-cells = <1>;33      interrupt-controller;34    };35