28 lines
406 B
YAML
28 lines
406 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
title: TI CC32XX GPIO
|
|
|
|
description: >
|
|
This is a representation of the TI CC32XX GPIO node
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "ti,cc32xx-gpio"
|
|
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
label:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
"#cells":
|
|
- pin
|
|
- flags
|