pwm-leds

include: pwm-leds.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:
          type: phandle-array
          required: true

        label:
          required: false
          type: string
          description: Human readable string describing the device (used by Zephyr for API name)