Skip to content

Commit

Permalink
Update corne.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
a741725193 authored Oct 5, 2024
1 parent d2d36c3 commit f0c3a52
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/boards/arm/corne/corne.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
compatible = "alps,ec11";
label = "LEFT_ENCODER";
resolution = <4>;
steps = <40>;
status = "disabled";
};

Expand Down Expand Up @@ -186,4 +187,10 @@

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";
};

0 comments on commit f0c3a52

Please sign in to comment.