Lines Matching +full:panel +full:- +full:height +full:- +full:mm
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/raydium,rm67191.yaml#
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:
29 v3p3-supply:
32 v1p8-supply:
35 video-mode:
37 0 - burst-mode
38 1 - non-burst with sync event
39 2 - non-burst with sync pulse
43 - compatible
44 - reg
45 - dsi-lanes
46 - port
51 - |
52 #include <dt-bindings/gpio/gpio.h>
55 #address-cells = <1>;
56 #size-cells = <0>;
58 panel@0 {
61 reset-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
62 dsi-lanes = <4>;
63 width-mm = <68>;
64 height-mm = <121>;
65 video-mode = <1>;
69 remote-endpoint = <&mipi_out>;