Skip to content

Commit 55fc51f

Browse files
JarmouniAkartben
authored andcommitted
dts: bindings: add "zephyr,displays" compatible
Add "zephyr,displays" compatible for passing available display controllers nodes to graphical libraries that have multi-display support like LVGL Signed-off-by: Abderrahmane JARMOUNI <git@jarmouni.me>
1 parent 04aaa18 commit 55fc51f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright (c) 2025 Abderrahmane JARMOUNI
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: |
5+
Display controllers to pass to graphical libraries like LVGL.
6+
Only one node with this compatible is allowed in the DeviceTree
7+
8+
compatible: "zephyr,displays"
9+
10+
properties:
11+
displays:
12+
type: phandles
13+
required: true
14+
description: |
15+
Nodes of display controllers for graphical libraries to use

0 commit comments

Comments
 (0)