| # 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 as device_get_binding() argument) |