| # Copyright 2023 Fabian Blatz <fabianblatz@gmail.com> | |
| # Copyright 2025 Abderrahmane JARMOUNI | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # Common fields for input lvgl pseudo devices | |
| properties: | |
| input: | |
| type: phandle | |
| description: | | |
| Input device phandle. | |
| display: | |
| type: phandle | |
| description: | | |
| Phandle of the display device to pass input commands to. | |
| Used in multi-display setup. |