zephyr/dts/bindings/test/vnd,pwm-controller.yaml
Henrik Brix Andersen 8b5b7fcf8d test: lib: devicetree: add tests for DT_ macros for retrieving PWM period
Add tests for DT_ macros for retrieving the 'period' cell value.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2020-05-29 14:48:12 +02:00

21 lines
296 B
YAML

# Copyright (c) 2020, Linaro Limited
# SPDX-License-Identifier: Apache-2.0
description: VND PWM controller
compatible: "vnd,pwm"
include: [pwm-controller.yaml, base.yaml]
properties:
reg:
required: true
"#pwm-cells":
const: 3
pwm-cells:
- channel
- period
- flags