More consistent DT for the split encoders.

This commit is contained in:
Pete Johanson
2020-07-21 14:01:15 -04:00
parent 3338b3f7de
commit a734d58ffe
3 changed files with 26 additions and 10 deletions

View File

@@ -6,16 +6,6 @@
#include "kyria.dtsi"
/ {
encoder: encoder0 {
compatible = "alps,ec11";
label = "Rotary Encoder";
a-gpios = <&pro_micro_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&pro_micro_d 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
resolution = <4>;
};
};
&kscan0 {
col-gpios
= <&pro_micro_a 3 GPIO_ACTIVE_HIGH>
@@ -29,3 +19,6 @@
;
};
&left_encoder {
status = "okay";
};