22 lines
572 B
YAML
22 lines
572 B
YAML
# Copyright (c) 2018, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: PWM LEDs parent node
|
|
|
|
compatible: "pwm-leds"
|
|
|
|
child-binding:
|
|
description: PWM LED child node
|
|
properties:
|
|
pwms:
|
|
required: true
|
|
type: phandle-array
|
|
|
|
label:
|
|
required: false
|
|
type: string
|
|
description: |
|
|
Human readable string describing the LED. It can be used by an
|
|
application to identify this LED or to retrieve its number/index
|
|
(i.e. child node number) on the parent device.
|