26 lines
474 B
YAML
26 lines
474 B
YAML
|
# Copyright (c) 2020-2021 ATL Electronics
|
||
|
# Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) or
|
||
|
# an affiliate of Cypress Semiconductor Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: Infineon CAT1 GPIO PORT node
|
||
|
|
||
|
compatible: "infineon,cat1-gpio"
|
||
|
|
||
|
include: ["gpio-controller.yaml", "base.yaml"]
|
||
|
|
||
|
properties:
|
||
|
reg:
|
||
|
required: true
|
||
|
|
||
|
interrupts:
|
||
|
required: true
|
||
|
|
||
|
"#gpio-cells":
|
||
|
const: 2
|
||
|
|
||
|
gpio-cells:
|
||
|
- pin
|
||
|
- flags
|