Update sofle_right.dts

This commit is contained in:
1218
2024-10-05 03:50:47 +08:00
committed by GitHub
parent 6b9069a6f0
commit 0a1b823669
+15 -1
View File
@@ -73,4 +73,18 @@
color-mapping = <LED_COLOR_ID_GREEN LED_COLOR_ID_RED LED_COLOR_ID_BLUE>;
};
};
};
&pinctrl {
// Other pinctrl definitions for other hardware
pwm0_default: pwm0_default {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 1, 5)>;
};
};
pwm0_sleep: pwm0_sleep {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 1, 5)>;
low-power-enable;
};
};
};