Lines Matching +full:xps +full:- +full:intc +full:- +full:1
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>
19 const: xlnx,xps-intc-1.00.a
22 maxItems: 1
25 maxItems: 1
27 power-domains:
28 maxItems: 1
31 maxItems: 1
33 "#interrupt-cells":
37 The value shall be a minimum of 1. The Xilinx device trees typically
40 interrupt-controller: true
43 maxItems: 1
47 xlnx,kind-of-intr:
51 (1 = edge, 0 = level). The interrupt type typically comes in thru
56 xlnx,num-intr-inputs:
58 minimum: 1
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>;