22 lines
328 B
YAML
22 lines
328 B
YAML
---
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
title: TI CC2650 GPIO
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the TI CC2650 GPIO node
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "ti,cc2650-gpio"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
...
|