Update sofle_left.dts

This commit is contained in:
1218
2024-10-05 11:02:22 +08:00
committed by GitHub
parent c99931e3af
commit 92f84871bd
+3 -3
View File
@@ -20,7 +20,7 @@
wakeup-source; wakeup-source;
diode-direction = "col2row"; diode-direction = "col2row";
row-gpios row-gpios
= <&gpio0 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> , <&gpio0 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 12 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> , <&gpio0 12 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> , <&gpio0 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
@@ -65,12 +65,12 @@ backlight: pwmleds {
// Other pinctrl definitions for other hardware // Other pinctrl definitions for other hardware
pwm0_default: pwm0_default { pwm0_default: pwm0_default {
group1 { group1 {
psels = <NRF_PSEL(PWM_OUT0, 1, 11)>; psels = <NRF_PSEL(PWM_OUT0, 0, 19)>;
}; };
}; };
pwm0_sleep: pwm0_sleep { pwm0_sleep: pwm0_sleep {
group1 { group1 {
psels = <NRF_PSEL(PWM_OUT0, 1, 11)>; psels = <NRF_PSEL(PWM_OUT0, 0, 19)>;
low-power-enable; low-power-enable;
}; };
}; };