1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/display/connector/dvi-connector.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
19 description: A GPIO line connected to HPD
23 description: phandle link to the I2C controller used for DDC EDID probing
24 $ref: /schemas/types.yaml#/definitions/phandle
28 description: the connector has DVI analog pins
32 description: the connector has DVI digital pins
36 description: the connector has pins for DVI dual-link
39 description: Connection to controller providing DVI signals
51 additionalProperties: false
56 compatible = "dvi-connector";
61 ddc-i2c-bus = <&i2c3>;
64 dvi_connector_in: endpoint {
65 remote-endpoint = <&tfp410_out>;