Skip to content

Commit b0d2bc9

Browse files
VynDragonfabiobaltieri
authored andcommitted
boards: others: promicro_nrf52840: fix pwm binding
the binding was set to 17 instead of 15 Signed-off-by: Camille BAUD <mail@massdriver.space>
1 parent d9b4bac commit b0d2bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/others/promicro_nrf52840/promicro_nrf52840-pinctrl.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868

6969
pwm0_default: pwm0_default {
7070
group1 {
71-
psels = <NRF_PSEL(PWM_OUT0, 0, 17)>;
71+
psels = <NRF_PSEL(PWM_OUT0, 0, 15)>;
7272
};
7373
};
7474

7575
pwm0_sleep: pwm0_sleep {
7676
group1 {
77-
psels = <NRF_PSEL(PWM_OUT0, 0, 17)>;
77+
psels = <NRF_PSEL(PWM_OUT0, 0, 15)>;
7878
low-power-enable;
7979
};
8080
};

0 commit comments

Comments
 (0)