23 lines
696 B
YAML
23 lines
696 B
YAML
#
|
|
# Copyright (c) 2020-2021 Vestas Wind Systems A/S
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: |
|
|
This binding provides resources required to build and run the
|
|
tests/drivers/pwm/pwm_loopback test in Zephyr.
|
|
|
|
compatible: "test,pwm_loopback"
|
|
|
|
properties:
|
|
pwms:
|
|
type: phandle-array
|
|
required: true
|
|
description: |
|
|
PWM pins that will be used for generating and capturing a pulse-width
|
|
modulated signal. The pin at the first index will be used for signal
|
|
generation while the pin at the second index will be used for capuring
|
|
the generated signal. The two pins must be physically connected to
|
|
each other.
|