Path: blob/master/Documentation/devicetree/bindings/display/brcm,bcm2835-hvs.yaml
26308 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:22maxItems: 12324clocks:25maxItems: 126description: Core Clock2728required:29- compatible30- reg31- interrupts3233additionalProperties: false3435if:36properties:37compatible:38contains:39enum:40- brcm,bcm2711-hvs41- brcm,bcm2712-hvs4243then:44required:45- clocks4647examples:48- |49hvs@7e400000 {50compatible = "brcm,bcm2835-hvs";51reg = <0x7e400000 0x6000>;52interrupts = <2 1>;53};5455...565758