29 lines
570 B
YAML
29 lines
570 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: PWM LED
|
|
|
|
description: >
|
|
This is a representation of the PWM GPIO nodes
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "pwm-leds"
|
|
type: string-array
|
|
category: required
|
|
description: compatible strings
|
|
|
|
sub-node:
|
|
properties:
|
|
pwms:
|
|
type: compound
|
|
category: required
|
|
|
|
label:
|
|
category: optional
|
|
type: string
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|