Lines Matching +full:dsi +full:- +full:ref
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#
21 reset-gpios: true
22 width-mm: true
23 height-mm: true
25 dsi-lanes:
26 description: Number of DSI lanes to be used must be <3> or <4>
27 $ref: /schemas/types.yaml#/definitions/uint32
30 v3p3-supply:
33 v1p8-supply:
36 video-mode:
38 0 - burst-mode
39 1 - non-burst with sync event
40 2 - non-burst with sync pulse
41 $ref: /schemas/types.yaml#/definitions/uint32
45 - compatible
46 - reg
47 - dsi-lanes
48 - port
53 - |
54 #include <dt-bindings/gpio/gpio.h>
56 dsi {
57 #address-cells = <1>;
58 #size-cells = <0>;
63 reset-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
64 dsi-lanes = <4>;
65 width-mm = <68>;
66 height-mm = <121>;
67 video-mode = <1>;
71 remote-endpoint = <&mipi_out>;