1#
2# Copyright (c) 2023 Intel Corporation.
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7description: Intel SEDI GPIO
8
9compatible: "intel,sedi-gpio"
10
11include: [gpio-controller.yaml, base.yaml]
12
13properties:
14  reg:
15    required: true
16
17  interrupts:
18    required: true
19
20  peripheral-id:
21    type: int
22    description: Peripheral Instance ID
23    required: true
24
25  "#gpio-cells":
26    const: 2
27
28gpio-cells:
29  - pin
30  - flags
31