Lines Matching +full:dsi +full:- +full:lanes
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Raydium RM67171 OLED LCD panel with MIPI-DSI protocol
10 - Robert Chiras <robert.chiras@nxp.com>
13 - $ref: panel-common.yaml#
23 reset-gpios: true
24 width-mm: true
25 height-mm: true
27 dsi-lanes:
28 description: Number of DSI lanes to be used must be <3> or <4>
32 v3p3-supply:
35 v1p8-supply:
38 video-mode:
40 0 - burst-mode
41 1 - non-burst with sync event
42 2 - non-burst with sync pulse
47 - compatible
48 - reg
49 - dsi-lanes
50 - port
55 - |
56 #include <dt-bindings/gpio/gpio.h>
58 dsi {
59 #address-cells = <1>;
60 #size-cells = <0>;
65 reset-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
66 dsi-lanes = <4>;
67 width-mm = <68>;
68 height-mm = <121>;
69 video-mode = <1>;
73 remote-endpoint = <&mipi_out>;