Update sofle_left.dts

This commit is contained in:
1218
2024-10-05 01:10:33 +08:00
committed by GitHub
parent ab351d2d7c
commit 899512742b
+8
View File
@@ -60,3 +60,11 @@
pinctrl-1 = <&pwm0_sleep>;
pinctrl-names = "default", "sleep";
};
/ {
backlight: pwmleds {
compatible = "pwm-leds";
pwm_led_0 {
pwms = <&pwm0 0 PWM_MSEC(10) PWM_POLARITY_NORMAL>;
};
};
};