pwm-client

include: pwm-client.yaml
#
# Copyright (c) 2018..2020 Bobby Noelte
#
# SPDX-License-Identifier: Apache-2.0
#

description: PWM Client

properties:
    pwms:
      type: phandle-array
      required: true
      description: >
        List of phandle and pwm specifiers, one set for each pwm
        input to the device. Note - The number of pwm specifiers is
        determined by the dma-cells property in the node referenced by phandle

    pwm-names:
      type: string-array
      required: false
      description: >
        List of strings to label each of the PWM devices sorted in the same
        order as the pwms property.