1# Copyright (c) 2021 Synopsys
2# SPDX-License-Identifier: Apache-2.0
3
4description: Cypress cy8c95xx GPIO port node
5
6compatible: "cypress,cy8c95xx-gpio-port"
7
8include: [gpio-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#gpio-cells":
15    const: 2
16
17  ngpios:
18    required: true
19    const: 8
20
21gpio-cells:
22  - pin
23  - flags
24