# | |
# Copyright (c) 2023 Intel Corporation. | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
description: Intel SEDI GPIO | |
compatible: "intel,sedi-gpio" | |
include: [gpio-controller.yaml, base.yaml] | |
properties: | |
reg: | |
required: true | |
interrupts: | |
required: true | |
peripheral-id: | |
type: int | |
description: Peripheral Instance ID | |
required: true | |
"#gpio-cells": | |
const: 2 | |
gpio-cells: | |
- pin | |
- flags |