31 lines
413 B
YAML
31 lines
413 B
YAML
---
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
title: TI CC32XX GPIO
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the TI CC32XX GPIO node
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "ti,cc32xx-gpio"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
|
|
cell_string: GPIO
|
|
|
|
"#cells":
|
|
- pin
|
|
- flags
|
|
...
|