1/* 2 * Copyright (c) 2023 STMicroelectronics 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <zephyr/dt-bindings/pwm/pwm.h> 8 9/ { 10 pwm_loopback_0 { 11 compatible = "test-pwm-loopback"; 12 /* first index must be a 32-Bit timer */ 13 pwms = <&pwm1 1 0 PWM_POLARITY_NORMAL>, 14 <&pwm2 2 0 PWM_POLARITY_NORMAL>; 15 }; 16}; 17