Lines Matching +full:mipi +full:- +full:dsi
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jagan Teki <jagan@amarulasolutions.com>
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#
26 - enum:
27 - techstar,ts8550b
28 - const: sitronix,st7701
31 description: DSI virtual channel used by that screen
34 VCC-supply:
35 description: analog regulator for MIPI circuit
37 IOVCC-supply:
40 reset-gpios: true
45 - compatible
46 - reg
47 - VCC-supply
48 - IOVCC-supply
49 - reset-gpios
54 - |
55 #include <dt-bindings/gpio/gpio.h>
57 dsi {
58 #address-cells = <1>;
59 #size-cells = <0>;
64 VCC-supply = <®_dldo2>;
65 IOVCC-supply = <®_dldo2>;
66 reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */