Lines Matching +full:lcd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rocktech JH057N00900 5.5" 720x1440 TFT LCD panel
10 - Ondrej Jirman <megi@xff.cz>
11 - Guido Gŭnther <agx@sigxcpu.org>
14 Rocktech JH057N00900 is a 720x1440 TFT LCD panel
15 connected using a MIPI-DSI video interface.
18 - $ref: panel-common.yaml#
23 # Anberic RG353V-V2 5.0" 640x480 TFT LCD panel
24 - anbernic,rg353v-panel-v2
25 # Rocktech JH057N00900 5.5" 720x1440 TFT LCD panel
26 - rocktech,jh057n00900
27 # Xingbangda XBD599 5.99" 720x1440 TFT LCD panel
28 - xingbangda,xbd599
35 vcc-supply:
36 description: Panel power supply
38 iovcc-supply:
39 description: I/O voltage supply
41 reset-gpios: true
46 - compatible
47 - reg
48 - vcc-supply
49 - iovcc-supply
50 - reset-gpios
55 - |
56 #include <dt-bindings/gpio/gpio.h>
59 #address-cells = <1>;
60 #size-cells = <0>;
64 vcc-supply = <®_2v8_p>;
65 iovcc-supply = <®_1v8_p>;
66 reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>;