1#
2# Copyright (c) 2022, Weidmueller Interface GmbH & Co. KG
3# SPDX-License-Identifier: Apache-2.0
4#
5
6description: |
7  Xilinx Zynq-7000/ZynqMP MIO/EMIO GPIO controller bank node.
8
9  Each node of this type specified in the devicetree represents
10  a bank of the MIO/EMIO GPIO controller integrated in the Processor
11  System.
12
13compatible: "xlnx,ps-gpio-bank"
14
15include: [gpio-controller.yaml, base.yaml]
16
17properties:
18  reg:
19    required: true
20
21  "#gpio-cells":
22    const: 2
23
24  ngpios:
25    required: true
26
27gpio-cells:
28  - pin
29  - flags
30