boards: stop using kscan for LVGL touch input

Change boards and shields which enable the LV_Z_POINTER_KSCAN symbol to use
the new "zephyr,lvgl-pointer-input" compatible instead.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
Fabian Blatz 2023-08-30 10:01:39 +02:00 committed by Carles Cufí
commit 42c6f3311b
31 changed files with 115 additions and 143 deletions

View file

@ -69,6 +69,11 @@
};
};
lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336>;
};
arduino_header: connector {
compatible = "arduino-header-r3";
#gpio-cells = <2>;
@ -158,7 +163,7 @@ arduino_i2c: &lpi2c1 {};
};
};
ft5336@38 {
ft5336: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;