boards: others: promicro_nrf52840: fix pwm binding

the binding was set to 17 instead of 15

Signed-off-by: Camille BAUD <mail@massdriver.space>
This commit is contained in:
Camille BAUD 2025-03-05 15:24:53 +01:00 committed by Fabio Baltieri
commit b0d2bc9882

View file

@ -68,13 +68,13 @@
pwm0_default: pwm0_default {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 0, 17)>;
psels = <NRF_PSEL(PWM_OUT0, 0, 15)>;
};
};
pwm0_sleep: pwm0_sleep {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 0, 17)>;
psels = <NRF_PSEL(PWM_OUT0, 0, 15)>;
low-power-enable;
};
};