2018-11-02 04:58:36 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-11-02 04:58:36 +08:00
|
|
|
title: PWM LED
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the PWM GPIO nodes
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "pwm-leds"
|
2019-06-21 14:29:57 +08:00
|
|
|
type: string-array
|
2018-11-02 04:58:36 +08:00
|
|
|
category: required
|
2019-06-21 14:29:57 +08:00
|
|
|
description: compatible strings
|
2018-11-02 04:58:36 +08:00
|
|
|
|
2019-06-21 14:29:57 +08:00
|
|
|
sub-node:
|
|
|
|
properties:
|
|
|
|
pwms:
|
|
|
|
type: compound
|
|
|
|
category: required
|
|
|
|
|
|
|
|
label:
|
2019-07-23 07:38:34 +08:00
|
|
|
category: optional
|
2019-06-21 14:29:57 +08:00
|
|
|
type: string
|
|
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|