18 lines
433 B
YAML
18 lines
433 B
YAML
# Copyright (c) 2018, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: GPIO LEDs parent node
|
|
|
|
compatible: "gpio-leds"
|
|
|
|
child-binding:
|
|
description: GPIO LED child node
|
|
properties:
|
|
gpios:
|
|
type: phandle-array
|
|
required: true
|
|
label:
|
|
required: true
|
|
type: string
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|