1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/bridge/thine,thc63lvd1024.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Thine Electronics THC63LVD1024 LVDS Decoder
10 - Jacopo Mondi <jacopo+renesas@jmondi.org>
11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
14 The THC63LVD1024 is a dual link LVDS receiver designed to convert LVDS
15 streams to parallel data outputs. The chip supports single/dual input/output
16 modes, handling up to two LVDS input streams and up to two digital CMOS/TTL
19 Single or dual operation mode, output data mapping and DDR output modes are
20 configured through input signals and the chip does not expose any control
25 const: thine,thc63lvd1024
30 This device has four video ports. Their connections are modeled using the
31 OF graph bindings specified in Documentation/devicetree/bindings/graph.txt.
33 The device can operate in single-link mode or dual-link mode. In
34 single-link mode, all pixels are received on port@0, and port@1 shall not
35 contain any endpoint. In dual-link mode, even-numbered pixels are
36 received on port@0 and odd-numbered pixels on port@1, and both port@0 and
37 port@1 shall contain endpoints.
48 description: First LVDS input port
52 description: Second LVDS input port
56 description: First digital CMOS/TTL parallel output
60 description: Second digital CMOS/TTL parallel output
66 additionalProperties: false
70 description: Output enable GPIO signal, pin name "OE", active high.
74 description: Power down GPIO signal, pin name "/PDWN", active low.
78 Power supply for the TTL output, TTL CLOCKOUT signal, LVDS input, PLL and
86 additionalProperties: false
90 #include <dt-bindings/gpio/gpio.h>
93 compatible = "thine,thc63lvd1024";
95 vcc-supply = <®_lvds_vcc>;
96 powerdown-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>;
105 lvds_dec_in_0: endpoint {
106 remote-endpoint = <&lvds_out>;
113 lvds_dec_out_2: endpoint {
114 remote-endpoint = <&adv7511_in>;