blob: 12f306cb34d22cdeaa28027fd19a0e11d7fea2e8 [file] [log] [blame]
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/dt-bindings/pwm/pwm.h>
/ {
pwm_loopback_0 {
compatible = "test-pwm-loopback";
/* first index must be a 32-Bit timer */
pwms = <&pwm1 1 0 PWM_POLARITY_NORMAL>,
<&pwm2 2 0 PWM_POLARITY_NORMAL>;
};
};