1#
2# Copyright (c) 2020-2021 Vestas Wind Systems A/S
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7description: |
8    This binding provides resources required to build and run the
9    tests/drivers/pwm/pwm_loopback test in Zephyr.
10
11compatible: "test-pwm-loopback"
12
13properties:
14  pwms:
15    type: phandle-array
16    required: true
17    description: |
18      PWM pins that will be used for generating and capturing a pulse-width
19      modulated signal. The pin at the first index will be used for signal
20      generation while the pin at the second index will be used for capuring
21      the generated signal. The two pins must be physically connected to
22      each other.
23