Home
last modified time | relevance | path

Searched +full:ls1x +full:- +full:intc (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dloongson,ls1x-intc.txt1 Loongson ls1x Interrupt Controller
5 - compatible : should be "loongson,ls1x-intc". Valid strings are:
7 - reg : Specifies base physical address and size of the registers.
8 - interrupt-controller : Identifies the node as an interrupt controller
9 - #interrupt-cells : Specifies the number of cells needed to encode an
11 - interrupts : Specifies the CPU interrupt the controller is connected to.
15 intc: interrupt-controller@1fd01040 {
16 compatible = "loongson,ls1x-intc";
19 interrupt-controller;
20 #interrupt-cells = <2>;
[all …]
H A Dloongson,ls1x-intc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/loongson,ls1x-intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Loongson-1 Interrupt Controller
10 - Keguang Zhang <keguang.zhang@gmail.com>
13 Loongson-1 interrupt controller is connected to the MIPS core interrupt
18 const: loongson,ls1x-intc
23 interrupt-controller: true
25 '#interrupt-cells':
[all …]