Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ve-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-ve-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 Video Engine Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 01718"#reset-cells":19const: 02021compatible:22const: allwinner,sun4i-a10-ve-clk2324reg:25maxItems: 12627clocks:28maxItems: 12930clock-output-names:31maxItems: 13233required:34- "#clock-cells"35- "#reset-cells"36- compatible37- reg38- clocks39- clock-output-names4041additionalProperties: false4243examples:44- |45clk@1c2013c {46#clock-cells = <0>;47#reset-cells = <0>;48compatible = "allwinner,sun4i-a10-ve-clk";49reg = <0x01c2013c 0x4>;50clocks = <&pll4>;51clock-output-names = "ve";52};5354...555657