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