1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/panel/sitronix,st7701.yaml#
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
14 capable of supporting up to 480RGBX864 in resolution. It provides
15 several system interfaces like MIPI/RGB/SPI.
17 Techstar TS8550B is 480x854, 2-lane MIPI DSI LCD panel which has
21 - $ref: panel-common.yaml#
28 - const: sitronix,st7701
31 description: DSI virtual channel used by that screen
35 description: analog regulator for MIPI circuit
38 description: I/O system regulator
51 additionalProperties: false
55 #include <dt-bindings/gpio/gpio.h>
62 compatible = "techstar,ts8550b", "sitronix,st7701";
64 VCC-supply = <®_dldo2>;
65 IOVCC-supply = <®_dldo2>;
66 reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */
67 backlight = <&backlight>;