2019-04-19 02:29:26 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Brett Witherspoon
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-04-19 02:29:26 +08:00
|
|
|
title: TI SimpleLink CC13xx / CC26xx GPIO
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the TI SimpleLink CC13xx / CC26xx GPIO node
|
|
|
|
|
2019-06-08 00:12:49 +08:00
|
|
|
inherits:
|
2019-08-09 21:41:02 +08:00
|
|
|
!include [gpio-controller.yaml, base.yaml]
|
2019-06-08 00:12:49 +08:00
|
|
|
|
2019-04-19 02:29:26 +08:00
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "ti,cc13xx-cc26xx-gpio"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
label:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
"#cells":
|
|
|
|
- pin
|
|
|
|
- flags
|