1/* 2 * Copyright 2023 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* 8 * Enable PWM outputs on J24 pin 3 and J22 pin 6. These outputs are not used 9 * by the test, but can be tested using the PWM shell. 10 */ 11 12/ { 13 aliases { 14 pwm-0 = &flexpwm1_pwm0; 15 pwm-1 = &flexpwm1_pwm3; 16 }; 17}; 18 19&flexpwm1_pwm3 { 20 status = "okay"; 21}; 22 23&flexpwm1_pwm0 { 24 status = "okay"; 25}; 26