mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
1755cf6582
Add 'generation: define' directive to 'compatible' property. When existing for a type of device, move compatible property description in device base structure (eg: i2c.yaml) Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
29 lines
566 B
YAML
29 lines
566 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
|
|
|
|
properties:
|
|
compatible:
|
|
type: string
|
|
category: required
|
|
description: compatible strings
|
|
constraint: "ti,cc2650-gpio"
|
|
generation: define
|
|
|
|
reg:
|
|
type: int
|
|
description: mmio register space
|
|
generation: define
|
|
category: required
|
|
|
|
interrupts:
|
|
type: compound
|
|
category: required
|
|
description: required interrupts
|
|
generation: define
|
|
...
|