33 lines
598 B
YAML
33 lines
598 B
YAML
|
#
|
||
|
# Copyright (c) 2018, Linaro Limited
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: GPIO LED
|
||
|
id: gpio-leds
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This is a representation of the LED GPIO nodes
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
type: string
|
||
|
category: required
|
||
|
description: compatible strings
|
||
|
constraint: "gpio-leds"
|
||
|
|
||
|
gpios:
|
||
|
type: compound
|
||
|
category: required
|
||
|
generation: define
|
||
|
|
||
|
label:
|
||
|
type: string
|
||
|
category: required
|
||
|
description: Human readable string describing the device (used by Zephyr for API name)
|
||
|
generation: define
|
||
|
|
||
|
...
|