blob: 2487fc181f1b84b2b2916527354c2cc9254d7b97 [file] [log] [blame]
/* The rpi_pico/rp2040/w doesn't have a pwm. */
/* Use the HAS_DT_PWM defined by the based board to identify when this overlay is valid */
#if HAS_DT_PWM_LED
&{/pwm_leds} {
status = "okay";
};
&pwm_led0 {
status = "okay";
};
&pwm {
status = "okay";
divider-frac-4 = <15>;
divider-int-4 = <255>;
};
#endif