1 Thine Electronics THC63LVD1024 LVDS decoder
2 -------------------------------------------
4 The THC63LVD1024 is a dual link LVDS receiver designed to convert LVDS streams
5 to parallel data outputs. The chip supports single/dual input/output modes,
6 handling up to two LVDS input streams and up to two digital CMOS/TTL outputs.
8 Single or dual operation mode, output data mapping and DDR output modes are
9 configured through input signals and the chip does not expose any control bus.
12 - compatible: Shall be "thine,thc63lvd1024"
13 - vcc-supply: Power supply for TTL output, TTL CLOCKOUT signal, LVDS input,
14 PPL and digital circuitry
17 - powerdown-gpios: Power down GPIO signal, pin name "/PDWN". Active low
18 - oe-gpios: Output enable GPIO signal, pin name "OE". Active high
20 The THC63LVD1024 video port connections are modeled according
21 to OF graph bindings specified by Documentation/devicetree/bindings/graph.txt
23 Required video port nodes:
24 - port@0: First LVDS input port
25 - port@2: First digital CMOS/TTL parallel output
27 Optional video port nodes:
28 - port@1: Second LVDS input port
29 - port@3: Second digital CMOS/TTL parallel output
31 The device can operate in single-link mode or dual-link mode. In single-link
32 mode, all pixels are received on port@0, and port@1 shall not contain any
33 endpoint. In dual-link mode, even-numbered pixels are received on port@0 and
34 odd-numbered pixels on port@1, and both port@0 and port@1 shall contain
40 thc63lvd1024: lvds-decoder {
41 compatible = "thine,thc63lvd1024";
43 vcc-supply = <®_lvds_vcc>;
44 powerdown-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>;
53 lvds_dec_in_0: endpoint {
54 remote-endpoint = <&lvds_out>;
61 lvds_dec_out_2: endpoint {
62 remote-endpoint = <&adv7511_in>;