Path: blob/main/sys/contrib/device-tree/Bindings/display/brcm,bcm2835-hvs.yaml
48376 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,bcm2835-hvs1617reg:18maxItems: 11920interrupts:21maxItems: 12223clocks:24maxItems: 125description: Core Clock2627required:28- compatible29- reg30- interrupts3132additionalProperties: false3334if:35properties:36compatible:37contains:38const: brcm,bcm2711-hvs3940then:41required:42- clocks4344examples:45- |46hvs@7e400000 {47compatible = "brcm,bcm2835-hvs";48reg = <0x7e400000 0x6000>;49interrupts = <2 1>;50};5152...535455