1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/bridge/simple-bridge.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Transparent non-programmable DRM bridges
10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
11 - Maxime Ripard <mripard@kernel.org>
14 This binding supports transparent non-programmable bridges that don't require
15 any configuration, with a single input and a single output.
35 This device has two video ports. Their connections are modeled using the
36 OF graph bindings specified in Documentation/devicetree/bindings/graph.txt.
46 description: The bridge input
50 description: The bridge output
56 additionalProperties: false
60 description: GPIO controlling bridge enable
63 description: Power supply for the bridge
69 additionalProperties: false
74 compatible = "ti,ths8134a", "ti,ths8134";
83 vga_bridge_in: endpoint {
84 remote-endpoint = <&tcon0_out_vga>;
91 vga_bridge_out: endpoint {
92 remote-endpoint = <&vga_con_in>;