Update corne.dtsi

This commit is contained in:
1218 2024-10-05 23:15:12 +08:00 committed by GitHub
parent d2d36c356a
commit f0c3a520d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@
compatible = "alps,ec11";
label = "LEFT_ENCODER";
resolution = <4>;
steps = <40>;
status = "disabled";
};
@ -187,3 +188,9 @@
color-mapping = <LED_COLOR_ID_GREEN LED_COLOR_ID_RED LED_COLOR_ID_BLUE>;
};
};
&pwm0 {
status = "okay";
pinctrl-0 = <&pwm0_default>;
pinctrl-1 = <&pwm0_sleep>;
pinctrl-names = "default", "sleep";
};