mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 03:21:57 +00:00
14 lines
266 B
YAML
14 lines
266 B
YAML
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for PWM controllers
|
|
|
|
properties:
|
|
label:
|
|
required: true
|
|
|
|
"#pwm-cells":
|
|
type: int
|
|
required: true
|
|
description: Number of items to expect in a pwm specifier
|