Skip to content

Commit b38a4cc

Browse files
laudominikfabiobaltieri
authored andcommitted
boards: added touch controller to the /chosen node
This adds zephyr,touch property to boards with touch controllers, analogous to `zephyr,display`. Signed-off-by: Dominik Lau <[email protected]> Signed-off-by: Filip Kokosinski <[email protected]>
1 parent 8941a21 commit b38a4cc

File tree

24 files changed

+25
-0
lines changed

24 files changed

+25
-0
lines changed

boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
zephyr,bt-c2h-uart = &uart0;
1717
zephyr,display = &ili9340;
1818
zephyr,bt-hci = &bt_hci_ipc0;
19+
zephyr,touch = &ft5336;
1920
};
2021

2122
/* Main LEDs and buttons are on an I2C TCA9538 GPIO port expander */

boards/m5stack/m5stack_core2/m5stack_core2_procpu.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
zephyr,code-partition = &slot0_partition;
3636
zephyr,rtc = &pfc8563_rtc;
3737
zephyr,bt-hci = &esp32_bt_hci;
38+
zephyr,touch = &ft5336_touch;
3839
};
3940

4041
leds {

boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
zephyr,console = &lpuart1;
3535
zephyr,shell-uart = &lpuart1;
3636
zephyr,canbus = &flexcan2;
37+
zephyr,touch = &ft5336;
3738
};
3839

3940
sdram0: memory@80000000 {

boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/ {
44
chosen {
55
zephyr,display = &st7796s_lcdic;
6+
zephyr,touch = &ft7401;
67
};
78

89
lvgl_pointer {

boards/pine64/pinetime_devkit0/pinetime_devkit0.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
zephyr,flash = &flash0;
2828
zephyr,code-partition = &slot0_partition;
2929
zephyr,display = &st7789v;
30+
zephyr,touch = &cst816s;
3031
};
3132

3233
aliases {

boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_lcdc.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/ {
1111
chosen {
1212
zephyr,display = &lcdc;
13+
zephyr,touch = &display_touch;
1314
};
1415

1516
lvgl_pointer {

boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_mipi_dbi.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/ {
1111
chosen {
1212
zephyr,display = &ili9340;
13+
zephyr,touch = &display_touch;
1314
};
1415

1516
lvgl_pointer {

boards/shields/adafruit_2_8_tft_touch_v2/dts/adafruit_2_8_tft_touch_v2.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/ {
1010
chosen {
1111
zephyr,display = &adafruit_2_8_tft_touch_v2_ili9340;
12+
zephyr,touch = &ft5336_adafruit_2_8_tft_touch_v2;
1213
};
1314

1415
lvgl_pointer {

boards/shields/buydisplay_2_8_tft_touch_arduino/buydisplay_2_8_tft_touch_arduino.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/ {
1010
chosen {
1111
zephyr,display = &ili9340_buydisplay_2_8_tft_touch_arduino;
12+
zephyr,touch = &ft5336_buydisplay_2_8_tft_touch_arduino;
1213
};
1314

1415
lvgl_pointer {

boards/shields/buydisplay_3_5_tft_touch_arduino/buydisplay_3_5_tft_touch_arduino.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/ {
1010
chosen {
1111
zephyr,display = &ili9488_buydisplay_3_5_tft_touch_arduino;
12+
zephyr,touch = &ft5336_buydisplay_3_5_tft_touch_arduino;
1213
};
1314

1415
lvgl_pointer {

0 commit comments

Comments
 (0)