Lines Matching +full:zynq +full:- +full:gpio +full:- +full:1
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/gpio-zynq.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Xilinx Zynq GPIO controller Device Tree Bindings
10 - Michal Simek <michal.simek@xilinx.com>
14 const: xlnx,zynq-gpio-1.0
17 maxItems: 1
19 "#gpio-cells":
23 maxItems: 1
25 gpio-controller: true
27 interrupt-controller: true
29 "#interrupt-cells":
33 maxItems: 1
36 - compatible
37 - reg
38 - "#gpio-cells"
39 - interrupts
40 - gpio-controller
41 - interrupt-controller
42 - "#interrupt-cells"
43 - clocks
48 - |
49 gpio@e000a000 {
50 #gpio-cells = <2>;
51 compatible = "xlnx,zynq-gpio-1.0";
53 gpio-controller;
54 interrupt-parent = <&intc>;
56 interrupt-controller;
57 #interrupt-cells = <2>;