Path: blob/master/Documentation/devicetree/bindings/display/brcm,bcm2835-hvs.yaml
52467 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/display/brcm,bcm2835-hvs.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Broadcom VC4 (VideoCore4) Hardware Video Scaler78maintainers:9- Eric Anholt <eric@anholt.net>1011properties:12compatible:13enum:14- brcm,bcm2711-hvs15- brcm,bcm2712-hvs16- brcm,bcm2835-hvs1718reg:19maxItems: 12021interrupts:22minItems: 123maxItems: 32425interrupt-names:26minItems: 127maxItems: 32829clocks:30minItems: 131maxItems: 23233clock-names:34minItems: 135maxItems: 23637required:38- compatible39- reg40- interrupts4142additionalProperties: false4344allOf:45- if:46properties:47compatible:48contains:49const: brcm,bcm2711-hvs5051then:52properties:53clocks:54items:55- description: Core Clock56interrupts:57maxItems: 158clock-names: false59interrupt-names: false6061required:62- clocks6364- if:65properties:66compatible:67contains:68const: brcm,bcm2712-hvs6970then:71properties:72clocks:73minItems: 274maxItems: 275clock-names:76items:77- const: core78- const: disp79interrupts:80items:81- description: Channel 0 End of frame82- description: Channel 1 End of frame83- description: Channel 2 End of frame84interrupt-names:85items:86- const: ch0-eof87- const: ch1-eof88- const: ch2-eof89required:90- clocks91- clock-names92- interrupt-names9394- if:95properties:96compatible:97contains:98const: brcm,bcm2835-hvs99100then:101properties:102interrupts:103maxItems: 1104clock-names: false105interrupt-names: false106107examples:108- |109hvs@7e400000 {110compatible = "brcm,bcm2835-hvs";111reg = <0x7e400000 0x6000>;112interrupts = <2 1>;113};114115...116117118