1# Copyright 2023 Fabian Blatz <fabianblatz@gmail.com>
2# Copyright 2025 Abderrahmane JARMOUNI
3# SPDX-License-Identifier: Apache-2.0
4
5# Common fields for input lvgl pseudo devices
6
7properties:
8  input:
9    type: phandle
10    description: |
11      Input device phandle.
12  display:
13    type: phandle
14    description: |
15      Phandle of the display device to pass input commands to.
16      Used in multi-display setup.
17