Path: blob/master/Documentation/devicetree/bindings/display/bridge/chrontel,ch7033.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1# Copyright (C) 2019,2020 Lubomir Rintel <[email protected]>2%YAML 1.23---4$id: http://devicetree.org/schemas/display/bridge/chrontel,ch7033.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#67title: Chrontel CH7033 Video Encoder89maintainers:10- Lubomir Rintel <lkundrak@v3.sk>1112properties:13compatible:14const: chrontel,ch70331516reg:17maxItems: 118description: I2C address of the device1920ports:21$ref: /schemas/graph.yaml#/properties/ports2223properties:24port@0:25$ref: /schemas/graph.yaml#/properties/port26description: |27Video port for RGB input.2829port@1:30$ref: /schemas/graph.yaml#/properties/port31description: |32DVI port, should be connected to a node compatible with the33dvi-connector binding.3435required:36- port@037- port@13839required:40- compatible41- reg42- ports4344additionalProperties: false4546examples:47- |48i2c {49#address-cells = <1>;50#size-cells = <0>;5152vga-dvi-encoder@76 {53compatible = "chrontel,ch7033";54reg = <0x76>;5556ports {57#address-cells = <1>;58#size-cells = <0>;5960port@0 {61reg = <0>;62endpoint {63remote-endpoint = <&lcd0_rgb_out>;64};65};6667port@1 {68reg = <1>;69endpoint {70remote-endpoint = <&dvi_in>;71};72};7374};75};76};777879