Update sofle_left.dts

This commit is contained in:
1218
2024-10-05 03:40:02 +08:00
committed by GitHub
parent 5e1e261d5c
commit 6b9069a6f0
+14
View File
@@ -61,6 +61,20 @@ backlight: pwmleds {
b-gpios = <&gpio1 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
status = "okay";
};
&pinctrl {
// Other pinctrl definitions for other hardware
pwm0_default: pwm0_default {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 1, 11)>;
};
};
pwm0_sleep: pwm0_sleep {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 1, 11)>;
low-power-enable;
};
};
};
&pwm0 {
status = "okay";
pinctrl-0 = <&pwm0_default>;