1/*
2 * Copyright 2024 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* Disable flexpwm node as it is mapped to pwm-0 alias which is picked up first by the test.
8 * PWM signal is visible on J9-16.
9 */
10&flexpwm1_pwm0 {
11 status = "disabled";
12};
13