blob: e3d21b116d111ced40f578a6a759ca9143a90610 [file] [log] [blame]
/*
* Copyright (c) 2022 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
pwm_loopback_0 {
compatible = "test-pwm-loopback";
/* first index must be a 32-Bit timer */
pwms = <&pwm4 1 0 PWM_POLARITY_NORMAL>,
<&pwm3 2 0 PWM_POLARITY_NORMAL>;
};
};