1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/bridge/lontium,lt9611.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Lontium LT9611(UXC) 2 Port MIPI to HDMI Bridge
10 - Vinod Koul <vkoul@kernel.org>
13 The LT9611 and LT9611UXC are bridge devices which convert DSI to HDMI
32 description: GPIO connected to active high RESET pin.
35 description: Regulator for 1.8V MIPI phy power.
38 description: Regulator for 3.3V IO power.
53 Primary MIPI port-1 for MIPI input
62 additionalProperties: false
66 $ref: /schemas/types.yaml#/definitions/phandle
74 Additional MIPI port-2 for MIPI input, used in combination
75 with primary MIPI port-1 to drive higher resolution displays
84 additionalProperties: false
88 $ref: /schemas/types.yaml#/definitions/phandle
96 HDMI port for HDMI output
103 "^endpoint(@[0-9])$":
105 additionalProperties: false
109 $ref: /schemas/types.yaml#/definitions/phandle
128 additionalProperties: false
132 #include <dt-bindings/gpio/gpio.h>
133 #include <dt-bindings/interrupt-controller/irq.h>
136 #address-cells = <1>;
140 compatible = "lontium,lt9611";
143 reset-gpios = <&tlmm 128 GPIO_ACTIVE_HIGH>;
144 interrupts-extended = <&tlmm 84 IRQ_TYPE_EDGE_FALLING>;
146 vdd-supply = <<9611_1v8>;
147 vcc-supply = <<9611_3v3>;
150 #address-cells = <1>;
156 remote-endpoint = <&dsi0_out>;
163 remote-endpoint = <&dsi1_out>;
169 lt9611_out: endpoint {
170 remote-endpoint = <&hdmi_con>;