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.
26 - const: corpro,gm7123
36 $ref: /schemas/graph.yaml#/properties/ports
40 $ref: /schemas/graph.yaml#/properties/port
41 description: The bridge input
44 $ref: /schemas/graph.yaml#/properties/port
45 description: The bridge output
53 description: GPIO controlling bridge enable
56 description: Power supply for the bridge
62 additionalProperties: false
67 compatible = "ti,ths8134a", "ti,ths8134";
76 vga_bridge_in: endpoint {
77 remote-endpoint = <&tcon0_out_vga>;
84 vga_bridge_out: endpoint {
85 remote-endpoint = <&vga_con_in>;