1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/display/bridge/ti,tfp410.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TFP410 DPI to DVI encoder
10 - Tomi Valkeinen <tomi.valkeinen@ti.com>
11 - Jyri Sarha <jsarha@ti.com>
18 description: I2C address of the device.
26 Data de-skew value in 350ps increments, from 0 to 7, as configured
27 through the DK[3:1] pins. The de-skew multiplier is computed as
28 (DK[3:1] - 4), so it ranges from -4 to 3.
29 $ref: /schemas/types.yaml#/definitions/uint32
35 A node containing input and output port nodes with endpoint
36 definitions as documented in
37 Documentation/devicetree/bindings/media/video-interfaces.txt
42 description: DPI input port.
55 Endpoint sampling edge.
65 - 12 # 12 data lines connected and dual-edge mode
66 - 24 # 24 data lines connected and single-edge mode
70 description: DVI output port.
98 additionalProperties: false
102 #include <dt-bindings/gpio/gpio.h>
105 compatible = "ti,tfp410";
106 powerdown-gpios = <&twl_gpio 2 GPIO_ACTIVE_LOW>;
110 #address-cells = <1>;
115 tfp410_in: endpoint {
118 remote-endpoint = <&dpi_out>;
124 tfp410_out: endpoint {
125 remote-endpoint = <&dvi_connector_in>;