diff --git a/boards/st/stm32mp135f_dk/stm32mp135f_dk.dts b/boards/st/stm32mp135f_dk/stm32mp135f_dk.dts index cd6008643a568..851fe350ce76c 100644 --- a/boards/st/stm32mp135f_dk/stm32mp135f_dk.dts +++ b/boards/st/stm32mp135f_dk/stm32mp135f_dk.dts @@ -23,6 +23,7 @@ zephyr,console = &uart4; zephyr,shell-uart = &uart4; zephyr,display = <dc; + zephyr,touch = >911; }; gpio_keys { @@ -59,6 +60,11 @@ }; }; + lvgl_pointer { + compatible = "zephyr,lvgl-pointer-input"; + input = <>911>; + }; + aliases { led0 = &blue_led_1; led1 = &red_led_2; @@ -181,6 +187,13 @@ csi_i2c: &i2c5 { }; }; }; + + gt911: gt911@5d { + compatible = "goodix,gt911"; + reg = <0x5d>; + reset-gpios = <&gpioh 2 GPIO_ACTIVE_LOW>; + irq-gpios = <&gpiof 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; + }; }; csi_interface: &dcmipp {