Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@
};
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336>;
swap-xy;
invert-x;
invert-y;
};

gpio_fwd: nrf-gpio-forwarder {
compatible = "nordic,nrf-gpio-forwarder";
status = "okay";
Expand Down Expand Up @@ -199,6 +191,11 @@
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
swapped-x-y;
inverted-x;
inverted-y;
screen-width = <320>;
screen-height = <240>;
};

bme680@76 {
Expand Down
9 changes: 3 additions & 6 deletions boards/lilygo/twatch_s3/twatch_s3_procpu.dts
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@
pwms = <&ledc0 0 PWM_HZ(100) PWM_POLARITY_NORMAL>;
};
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336>;
swap-xy;
};
};

&ledc0 {
Expand Down Expand Up @@ -248,6 +242,9 @@
reg = <0x38>;
int-gpios = <&gpio0 16 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
reset-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
swapped-x-y;
screen-width = <240>;
screen-height = <240>;
};
};

Expand Down
9 changes: 3 additions & 6 deletions boards/m5stack/m5stack_core2/m5stack_core2_procpu.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@
};
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336_touch>;
swap-xy;
};

mipi_dbi {
compatible = "zephyr,mipi-dbi-spi";
dc-gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
Expand Down Expand Up @@ -192,6 +186,9 @@
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
swapped-x-y;
screen-width = <320>;
screen-height = <240>;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
fuel-gauge0 = &fuel_gauge;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft6336_touch>;
};

mipi_dbi: mipi_dbi {
compatible = "zephyr,mipi-dbi-spi";
dc-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
Expand Down
5 changes: 0 additions & 5 deletions boards/native/native_sim/native_sim.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
};
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&input_sdl_touch>;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
5 changes: 0 additions & 5 deletions boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@
};
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336>;
};

arduino_header: connector {
compatible = "arduino-header-r3";
#gpio-cells = <2>;
Expand Down
11 changes: 4 additions & 7 deletions boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
#include <zephyr/dt-bindings/spi/spi.h>

Check warning on line 1 in boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Copyright missing

boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay:1 File has no SPDX-FileCopyrightText header, consider adding one.

Check warning on line 1 in boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

License missing

boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay:1 File has no SPDX-License-Identifier header, consider adding one.

/ {
chosen {
zephyr,display = &st7796s_lcdic;
zephyr,touch = &ft7401;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft7401>;
swap-xy;
invert-y;
};
};

&lcdic {
Expand Down Expand Up @@ -92,5 +85,9 @@
reg = <0x38>;
reset-gpios = <&hsgpio0 15 GPIO_ACTIVE_LOW>;
int-gpios = <&hsgpio0 11 GPIO_ACTIVE_LOW>;
swapped-x-y;
inverted-y;
screen-width = <480>;
screen-height = <320>;
};
};
5 changes: 0 additions & 5 deletions boards/pine64/pinetime_devkit0/pinetime_devkit0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
};
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&cst816s>;
};

vbatt {
compatible = "voltage-divider";
io-channels = <&adc 7>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
zephyr,touch = &ft5336_adafruit_2_8_tft_touch_v2;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336_adafruit_2_8_tft_touch_v2>;
swap-xy;
invert-x;
invert-y;
};

adafruit_2_8_tft_touch_v2_mipi_dbi: adafruit_2_8_tft_touch_v2_mipi_dbi {
compatible = "zephyr,mipi-dbi-spi";
spi-dev = <&arduino_spi>;
Expand Down Expand Up @@ -70,6 +62,11 @@
ft5336_adafruit_2_8_tft_touch_v2: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
swapped-x-y;
inverted-x;
inverted-y;
screen-width = <320>;
screen-height = <240>;
/* Uncomment if IRQ line is available (requires to solder jumper) */
/* int-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_LOW>; */
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
#include <zephyr/dt-bindings/display/panel.h>

/ {
lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&gt911>;
};

aliases {
accel0 = &gt911;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
zephyr,touch = &ft5336_buydisplay_2_8_tft_touch_arduino;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336_buydisplay_2_8_tft_touch_arduino>;
swap-xy;
invert-x;
invert-y;
};

buydisplay_2_8_tft_touch_arduino_mipi_dbi {
compatible = "zephyr,mipi-dbi-spi";
dc-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>;
Expand Down Expand Up @@ -57,6 +49,11 @@
ft5336_buydisplay_2_8_tft_touch_arduino: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
swapped-x-y;
inverted-x;
inverted-y;
screen-width = <240>;
screen-height = <320>;
/* Uncomment if IRQ line is available (requires to solder jumper) */
/* int-gpios = <&arduino_header ARDUINO_HEADER_R3_D5 GPIO_ACTIVE_LOW>; */
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
zephyr,touch = &ft5336_buydisplay_3_5_tft_touch_arduino;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336_buydisplay_3_5_tft_touch_arduino>;
swap-xy;
invert-x;
invert-y;
};

buydisplay_3_5_tft_touch_arduino_mipi_dbi {
compatible = "zephyr,mipi-dbi-spi";
dc-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>;
Expand Down Expand Up @@ -56,6 +48,11 @@
ft5336_buydisplay_3_5_tft_touch_arduino: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
swapped-x-y;
inverted-x;
inverted-y;
screen-width = <320>;
screen-height = <480>;
/* Uncomment if IRQ line is available (requires to solder jumper) */
/* int-gpios = <&arduino_header ARDUINO_HEADER_R3_D5 GPIO_ACTIVE_LOW>; */
};
Expand Down
10 changes: 3 additions & 7 deletions boards/shields/g1120b0mipi/g1120b0mipi.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
enable-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>;
regulator-boot-on;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft3267_g1120b0mipi>;
display = <&rm67162_g1120b0mipi>;
invert-y;
};
};

&nxp_mipi_i2c {
Expand All @@ -37,6 +30,9 @@
reg = <0x38>;
int-gpios = <&nxp_mipi_connector 29 GPIO_ACTIVE_LOW>;
reset-gpios = <&nxp_mipi_connector 28 GPIO_ACTIVE_LOW>;
inverted-y;
screen-width = <400>;
screen-height = <392>;
};
};

Expand Down
11 changes: 4 additions & 7 deletions boards/shields/lcd_par_s035/lcd_par_s035_8080.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
aliases {
mipi-dbi = &zephyr_mipi_dbi_parallel;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&gt911_lcd_par_s035>;
swap-xy;
invert-y;
};
};

/* Initialization of touch, MIPI DBI and display devices is deferred to
Expand All @@ -35,6 +28,10 @@
reg = <0x5d>;
irq-gpios = <&nxp_lcd_8080_connector 9 GPIO_ACTIVE_HIGH>;
zephyr,deferred-init;
swapped-x-y;
inverted-y;
screen-width = <480>;
screen-height = <320>;
};
};

Expand Down
11 changes: 4 additions & 7 deletions boards/shields/lcd_par_s035/lcd_par_s035_spi.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
aliases {
mipi-dbi = &zephyr_mipi_dbi_spi;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&gt911_lcd_par_s035>;
swap-xy;
invert-y;
};
};

/* Initialization of touch, MIPI DBI and display devices is deferred to
Expand All @@ -36,6 +29,10 @@
reg = <0x5d>;
irq-gpios = <&nxp_lcd_pmod_connector 12 GPIO_ACTIVE_HIGH>;
zephyr,deferred-init;
swapped-x-y;
inverted-y;
screen-width = <480>;
screen-height = <320>;
};
};

Expand Down
5 changes: 0 additions & 5 deletions boards/shields/rk043fn02h_ct/rk043fn02h_ct.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
zephyr,display = &zephyr_lcdif;
zephyr,touch = &ft5336_rk043fn02h_ct;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336_rk043fn02h_ct>;
};
};

&nxp_touch_i2c {
Expand Down
5 changes: 0 additions & 5 deletions boards/shields/rk043fn66hs_ctg/rk043fn66hs_ctg.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
zephyr,display = &zephyr_lcdif;
zephyr,touch = &gt911_rk043fn66hs_ctg;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&gt911_rk043fn66hs_ctg>;
};
};

&nxp_touch_i2c {
Expand Down
5 changes: 0 additions & 5 deletions boards/shields/rk055hdmipi4m/rk055hdmipi4m.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
enable-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>;
regulator-boot-on;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&gt911_rk055hdmipi4m>;
};
};

&nxp_mipi_i2c {
Expand Down
5 changes: 0 additions & 5 deletions boards/shields/rk055hdmipi4ma0/rk055hdmipi4ma0.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
enable-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>;
regulator-boot-on;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&gt911_rk055hdmipi4ma0>;
};
};

&nxp_mipi_i2c {
Expand Down
6 changes: 1 addition & 5 deletions boards/shields/rtk7eka6m3b00001bu/rtk7eka6m3b00001bu.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
/ {
chosen {
zephyr,display = &zephyr_lcdif;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336_rtk7eka6m3b00001bu>;
zephyr,touch = &ft5336_rtk7eka6m3b00001bu;
};

lcd_expansion_rtk7eka6m3b00001bu: parallel-graphics-connector {
Expand Down
9 changes: 4 additions & 5 deletions boards/shields/rtklcdpar1s00001be/rtklcdpar1s00001be.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
/ {
chosen {
zephyr,display = &zephyr_lcdif;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336_rtklcdpar1s00001be>;
zephyr,touch = &ft5336_rtklcdpar1s00001be;
};
};

Expand All @@ -24,6 +20,9 @@
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&renesas_parallel_graphics_connector 3 GPIO_ACTIVE_HIGH>;
swapped-x-y;
screen-width = <1024>;
screen-height = <600>;
};
};

Expand Down
Loading
Loading