Lines Matching +full:kind +full:- +full:of +full:- +full:intr
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/xlnx,intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michal Simek <michal.simek@amd.com>
14 number of interrupts and the type of each interrupt. These details cannot
19 const: xlnx,xps-intc-1.00.a
27 power-domains:
33 "#interrupt-cells":
36 Specifies the number of cells needed to encode an interrupt source.
37 The value shall be a minimum of 1. The Xilinx device trees typically
40 interrupt-controller: true
45 Specifies the interrupt of the parent controller from which it is chained.
47 xlnx,kind-of-intr:
52 the device tree node of the interrupt generating device, but in this case
56 xlnx,num-intr-inputs:
61 Specifies the number of interrupts supported by the specific
62 implementation of the controller.
65 - reg
66 - "#interrupt-cells"
67 - interrupt-controller
68 - xlnx,kind-of-intr
69 - xlnx,num-intr-inputs
74 - |
75 interrupt-controller@41800000 {
76 compatible = "xlnx,xps-intc-1.00.a";
78 #interrupt-cells = <2>;
79 interrupt-controller;
80 xlnx,kind-of-intr = <0x1>;
81 xlnx,num-intr-inputs = <1>;