boards: arm: mimxrt1064/1160/1170_evk: add PWM period cell

Add the PWM period cell to PWM driven LEDs. A value of 20 msec has been
chosen as it is the most common value used in other boards.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-04-22 16:13:59 +02:00 committed by David Leach
commit 9978d06f5b
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@
compatible = "pwm-leds";
green_pwm_led: green_pwm_led {
pwms = <&flexpwm2_pwm3 0>;
pwms = <&flexpwm2_pwm3 0 PWM_MSEC(20)>;
};
};