# Copyright 2022 NXP | |
# SPDX-License-Identifier: Apache-2.0 | |
description: NXP S32 GPIO node | |
compatible: "nxp,s32-gpio" | |
include: [gpio-controller.yaml, base.yaml] | |
properties: | |
reg: | |
required: true | |
reg-names: | |
required: true | |
interrupts: | |
description: | | |
For GPIO ports that have pins can be used for processing | |
external interrupt signal, this is a list of GPIO pins and | |
respective external interrupt lines (<gpio-pin eirq-line>). | |
"#gpio-cells": | |
const: 2 | |
gpio-cells: | |
- pin | |
- flags |