2021-03-03 09:38:08 +08:00
|
|
|
# Copyright (c) 2020-2021 ATL Electronics
|
2020-09-22 11:11:21 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Cypress GPIO PORT node
|
|
|
|
|
|
|
|
compatible: "cypress,psoc6-gpio"
|
|
|
|
|
|
|
|
include: ["gpio-controller.yaml", "base.yaml"]
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2020-09-22 11:11:21 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
interrupts:
|
|
|
|
required: true
|
2020-09-22 11:11:21 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
"#gpio-cells":
|
|
|
|
const: 2
|
2020-09-22 11:11:21 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
"#cypress,pin-cells":
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
const: 2
|
|
|
|
description: Number of items to expect in a cypress,pins specifier
|
2021-03-03 09:38:08 +08:00
|
|
|
|
2020-09-22 11:11:21 +08:00
|
|
|
gpio-cells:
|
|
|
|
- pin
|
|
|
|
- flags
|
2021-03-03 09:38:08 +08:00
|
|
|
|
|
|
|
cypress,pin-cells:
|
|
|
|
- pin
|
|
|
|
- hsiom
|