Skip to content

Commit

Permalink
Update sofle_right.dts
Browse files Browse the repository at this point in the history
  • Loading branch information
a741725193 authored Oct 5, 2024
1 parent 867f7f6 commit 8789914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/arm/sofle/sofle_right.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
wakeup-source;
diode-direction = "col2row";
row-gpios
= <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
= <&gpio0 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 12 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
Expand Down Expand Up @@ -86,12 +86,12 @@ backlight: pwmleds {
// Other pinctrl definitions for other hardware
pwm0_default: pwm0_default {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 0, 19)>;
psels = <NRF_PSEL(PWM_OUT0, 1, 13)>;
};
};
pwm0_sleep: pwm0_sleep {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 0, 19)>;
psels = <NRF_PSEL(PWM_OUT0, 1, 13)>;
low-power-enable;
};
};
Expand Down

0 comments on commit 8789914

Please sign in to comment.