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: Sitronix ST7701 based LCD panels
10 - Jagan Teki <jagan@amarulasolutions.com>
13 ST7701 designed for small and medium sizes of TFT LCD display, is
17 Techstar TS8550B is 480x854, 2-lane MIPI DSI LCD panel which has
20 Densitron DMT028VGHMCMI-1A is 480x640, 2-lane MIPI DSI LCD panel
21 which has built-in ST7701 chip.
24 - $ref: panel-common.yaml#
29 - enum:
30 - densitron,dmt028vghmcmi-1a
31 - elida,kd50t048a
32 - techstar,ts8550b
33 - const: sitronix,st7701
39 VCC-supply:
42 IOVCC-supply:
46 reset-gpios: true
52 - compatible
53 - reg
54 - VCC-supply
55 - IOVCC-supply
56 - port
57 - reset-gpios
62 - |
63 #include <dt-bindings/gpio/gpio.h>
66 #address-cells = <1>;
67 #size-cells = <0>;
72 VCC-supply = <®_dldo2>;
73 IOVCC-supply = <®_dldo2>;
74 reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */
79 remote-endpoint = <&mipi_out_panel>;