1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/panel/panel-simple.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Simple panels with one power supply
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Sam Ravnborg <sam@ravnborg.org>
14 This binding file is a collection of the simple (dumb) panels that
15 requires only a single power-supply.
16 There are optionally a backlight and an enable GPIO.
17 The panel may use an OF graph binding for the association to the display,
18 or it may be a direct child node of the display.
20 If the panel is more advanced a dedicated binding file is required.
23 - $ref: panel-common.yaml#
29 # compatible must be listed in alphabetical order, ordered by compatible.
30 # The description in the comment is mandatory for each compatible.
32 # Ampire AM-480272H3TMQW-T01H 4.3" WQVGA TFT LCD panel
33 - ampire,am-480272h3tmqw-t01h
34 # Ampire AM-800480R3TMQW-A1H 7.0" WVGA TFT LCD panel
35 - ampire,am800480r3tmqwa1h
36 # AUO B116XAK01 eDP TFT LCD panel
38 # BOE NV140FHM-N49 14.0" FHD a-Si FT panel
40 # GiantPlus GPM940B0 3.0" QVGA TFT LCD panel
42 # Satoz SAT050AT40H12R2 5.0" WVGA TFT LCD panel
43 - satoz,sat050at40h12r2
44 # Sharp LS020B1DD01D 2.0" HQVGA TFT LCD panel
52 additionalProperties: false
60 panel_rgb: panel-rgb {
61 compatible = "ampire,am-480272h3tmqw-t01h";
62 power-supply = <&vcc_lcd_reg>;
65 panel_in_rgb: endpoint {
66 remote-endpoint = <<dc_out_rgb>;