1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/bridge/toshiba,tc358768.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Toschiba TC358768/TC358778 Parallel RGB to MIPI DSI bridge
10 - Peter Ujfalusi <peter.ujfalusi@ti.com>
13 The TC358768/TC358778 is bridge device which converts RGB to DSI.
23 description: base I2C address of the device
27 description: GPIO connected to active low RESX pin
30 description: Regulator for 1.2V internal core power.
33 description: Regulator for 1.2V for the MIPI.
36 description: Regulator for 1.8V - 3.3V IO power.
56 additionalProperties: false
59 Video port for RGB input
68 additionalProperties: false
81 additionalProperties: false
84 Video port for DSI output (panel or connector).
93 additionalProperties: false
115 additionalProperties: false
119 #include <dt-bindings/gpio/gpio.h>
122 #address-cells = <1>;
125 dsi_bridge: dsi-bridge@e {
126 compatible = "toshiba,tc358768";
129 clocks = <&tc358768_refclk>;
130 clock-names = "refclk";
132 reset-gpios = <&pcf_display_board 0 GPIO_ACTIVE_LOW>;
134 vddc-supply = <&v1_2d>;
135 vddmipi-supply = <&v1_2d>;
136 vddio-supply = <&v3_3d>;
138 dsi_bridge_ports: ports {
139 #address-cells = <1>;
145 remote-endpoint = <&dpi_out>;
153 remote-endpoint = <&lcd_in>;