2017-06-16 23:42:06 +08:00
|
|
|
---
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: TI CC2650 GPIO
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the TI CC2650 GPIO node
|
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-06-16 23:42:06 +08:00
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: compatible strings
|
|
|
|
constraint: "ti,cc2650-gpio"
|
2018-08-20 19:45:55 +08:00
|
|
|
generation: define
|
2017-06-16 23:42:06 +08:00
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-06-16 23:42:06 +08:00
|
|
|
type: int
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2017-06-16 23:42:06 +08:00
|
|
|
type: compound
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
...
|