Path: blob/master/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tv-encoder.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-tv-encoder.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 TV Encoder78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112properties:13compatible:14const: allwinner,sun4i-a10-tv-encoder1516reg:17maxItems: 11819clocks:20maxItems: 12122resets:23maxItems: 12425port:26$ref: /schemas/graph.yaml#/properties/port27description:28The first port should be the input endpoint, usually coming from the29associated TCON.3031required:32- compatible33- reg34- clocks35- resets36- port3738additionalProperties: false3940examples:41- |42tve0: tv-encoder@1c0a000 {43compatible = "allwinner,sun4i-a10-tv-encoder";44reg = <0x01c0a000 0x1000>;45clocks = <&ahb_gates 34>;46resets = <&tcon_ch0_clk 0>;4748port {49tve0_in_tcon0: endpoint {50remote-endpoint = <&tcon0_out_tve0>;51};52};53};5455...565758