boards: arm: lpcxpresso55s69: add PWM period cell

Updated all PWM specs to include the period cell. Because all specs
refer to PWM driven LEDs, a period of 20 msec has been chosen, as most
other platforms do.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-04-22 12:11:42 +02:00 committed by Carles Cufí
parent 9f8e33573e
commit 49476f4fac

View file

@ -58,7 +58,7 @@
pwmleds {
compatible = "pwm-leds";
red_pwm_led: red_pwm_led {
pwms = <&sc_timer 0 PWM_POLARITY_NORMAL>;
pwms = <&sc_timer 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
label = "Red PWM LED";
status = "okay";
};