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:
parent
d9b4bacddb
commit
b0d2bc9882
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue