Lines Matching +full:hdmi +full:- +full:bridge
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/lontium,lt9611.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Lontium LT9611 2 Port MIPI to HDMI Bridge
10 - Vinod Koul <vkoul@kernel.org>
13 The LT9611 is a bridge device which converts DSI to HDMI
18 - lontium,lt9611
23 "#sound-dai-cells":
29 reset-gpios:
33 vdd-supply:
36 vcc-supply:
43 "#address-cells":
46 "#size-cells":
52 Primary MIPI port-1 for MIPI input
59 "^endpoint(@[0-9])$":
64 remote-endpoint:
68 - reg
73 Additional MIPI port-2 for MIPI input, used in combination
74 with primary MIPI port-1 to drive higher resolution displays
81 "^endpoint(@[0-9])$":
86 remote-endpoint:
90 - reg
95 HDMI port for HDMI output
102 "^endpoint(@[0-9])$":
107 remote-endpoint:
111 - reg
114 - "#address-cells"
115 - "#size-cells"
116 - port@0
117 - port@2
120 - compatible
121 - reg
122 - interrupts
123 - vdd-supply
124 - vcc-supply
125 - ports
130 - |
131 #include <dt-bindings/gpio/gpio.h>
132 #include <dt-bindings/interrupt-controller/irq.h>
135 #address-cells = <1>;
136 #size-cells = <0>;
138 hdmi-bridge@3b {
142 reset-gpios = <&tlmm 128 GPIO_ACTIVE_HIGH>;
143 interrupts-extended = <&tlmm 84 IRQ_TYPE_EDGE_FALLING>;
145 vdd-supply = <<9611_1v8>;
146 vcc-supply = <<9611_3v3>;
149 #address-cells = <1>;
150 #size-cells = <0>;
155 remote-endpoint = <&dsi0_out>;
162 remote-endpoint = <&dsi1_out>;
169 remote-endpoint = <&hdmi_con>;