boards: native_sim: Associate sdl touch instance with display

Adds the device handle for the display to the zephyr,input-touch-sdl
instance.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
Fabian Blatz 2025-03-19 11:12:13 +01:00 committed by Benjamin Cabé
parent 9564780564
commit a924b133a3

View File

@ -196,6 +196,7 @@
input_sdl_touch: input-sdl-touch {
compatible = "zephyr,input-sdl-touch";
display = <&sdl_dc>;
};
can_loopback0: can_loopback0 {