Lines Matching +full:archs +full:- +full:intc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/snps,archs-idu-intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARC-HS Interrupt Distribution Unit
10 - Vineet Gupta <vgupta@kernel.org>
13 ARC-HS Interrupt Distribution Unit is an optional 2nd level interrupt
15 load balancing of common/external IRQs towards core intc.
22 const: snps,archs-idu-intc
24 interrupt-controller: true
26 '#interrupt-cells':
29 - 1: only a common IRQ is specified.
30 - 2: a second cell encodes trigger type and level flags:
31 1 = low-to-high edge triggered
32 4 = active high level-sensitive (default)
36 - compatible
37 - interrupt-controller
38 - '#interrupt-cells'
43 - |
44 interrupt-controller {
45 compatible = "snps,archs-idu-intc";
46 interrupt-controller;
47 #interrupt-cells = <1>;