1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/bridge/lontium,lt9211.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Lontium LT9211 DSI/LVDS/DPI to DSI/LVDS/DPI bridge.
10 - Marek Vasut <marex@denx.de>
13 The LT9211 are bridge devices which convert Single/Dual-Link DSI/LVDS
14 or Single DPI to Single/Dual-Link DSI/LVDS or Single DPI.
29 description: GPIO connected to active high RESET pin.
32 description: Regulator for 1.8V IO power.
35 $ref: /schemas/graph.yaml#/properties/ports
39 $ref: /schemas/graph.yaml#/properties/port
41 Primary MIPI DSI port-1 for MIPI input or
42 LVDS port-1 for LVDS input or DPI input.
45 $ref: /schemas/graph.yaml#/properties/port
47 Additional MIPI port-2 for MIPI input or LVDS port-2
48 for LVDS input. Used in combination with primary
49 port-1 to drive higher resolution displays
52 $ref: /schemas/graph.yaml#/properties/port
54 Primary MIPI DSI port-1 for MIPI output or
55 LVDS port-1 for LVDS output or DPI output.
58 $ref: /schemas/graph.yaml#/properties/port
60 Additional MIPI port-2 for MIPI output or LVDS port-2
61 for LVDS output. Used in combination with primary
62 port-1 to drive higher resolution displays.
74 additionalProperties: false
78 #include <dt-bindings/gpio/gpio.h>
79 #include <dt-bindings/interrupt-controller/irq.h>
86 compatible = "lontium,lt9211";
89 reset-gpios = <&tlmm 128 GPIO_ACTIVE_HIGH>;
90 interrupts-extended = <&tlmm 84 IRQ_TYPE_EDGE_FALLING>;
92 vccio-supply = <<9211_1v8>;
102 remote-endpoint = <&dsi0_out>;
110 remote-endpoint = <&panel_in_lvds>;