1/* 2 * Copyright 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/ { 8 aliases { 9 pwm-0 = &flexio0_pwm; 10 }; 11}; 12 13 14&flexio { 15 status = "okay"; 16 flexio0_pwm: flexio0_pwm { 17 compatible = "nxp,flexio-pwm"; 18 #pwm-cells = <3>; 19 status = "okay"; 20 pinctrl-0 = <&flexio_pwm_default>; 21 pinctrl-names = "default"; 22 23 pwm_0 { 24 pin-id = <3>; 25 prescaler = <1>; 26 }; 27 }; 28}; 29