Lines Matching +full:controller +full:- +full:number
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/econet,en751221-intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: EcoNet EN751221 Interrupt Controller
10 - Caleb James DeLisle <cjd@cjdns.fr>
13 The EcoNet EN751221 Interrupt Controller is a simple interrupt controller
15 be routed to either VPE but not both, so to support per-CPU interrupts, a
16 secondary IRQ number is allocated to control masking/unmasking on VPE#1. For
22 - $ref: /schemas/interrupt-controller.yaml#
26 const: econet,en751221-intc
31 "#interrupt-cells":
34 interrupt-controller: true
38 description: Interrupt line connecting this controller to its parent.
40 econet,shadow-interrupts:
41 $ref: /schemas/types.yaml#/definitions/uint32-matrix
43 An array of interrupt number pairs where each pair represents a shadow
44 interrupt relationship. The first number in each pair is the primary IRQ,
52 - description: primary per-CPU IRQ
53 - description: shadow IRQ number
56 - compatible
57 - reg
58 - interrupt-controller
59 - "#interrupt-cells"
60 - interrupts
65 - |
66 interrupt-controller@1fb40000 {
67 compatible = "econet,en751221-intc";
70 interrupt-controller;
71 #interrupt-cells = <1>;
73 interrupt-parent = <&cpuintc>;
76 econet,shadow-interrupts = <7 2>, <8 3>, <13 12>, <30 29>;