31 lines
490 B
YAML
31 lines
490 B
YAML
#
|
|
# Copyright (c) 2019 Brett Witherspoon
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: TI SimpleLink CC13xx / CC26xx GPIO
|
|
|
|
description: >
|
|
This is a representation of the TI SimpleLink CC13xx / CC26xx GPIO node
|
|
|
|
inherits:
|
|
!include [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "ti,cc13xx-cc26xx-gpio"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
|
|
"#cells":
|
|
- pin
|
|
- flags
|