Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mbus-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-mbus-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 MBUS Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 01718compatible:19enum:20- allwinner,sun5i-a13-mbus-clk21- allwinner,sun8i-a23-mbus-clk2223reg:24maxItems: 12526clocks:27maxItems: 328description: >29The parent order must match the hardware programming order.3031clock-output-names:32maxItems: 13334required:35- "#clock-cells"36- compatible37- reg38- clocks39- clock-output-names4041additionalProperties: false4243examples:44- |45clk@1c2015c {46#clock-cells = <0>;47compatible = "allwinner,sun5i-a13-mbus-clk";48reg = <0x01c2015c 0x4>;49clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;50clock-output-names = "mbus";51};5253- |54clk@1c2015c {55#clock-cells = <0>;56compatible = "allwinner,sun8i-a23-mbus-clk";57reg = <0x01c2015c 0x4>;58clocks = <&osc24M>, <&pll6 1>, <&pll5>;59clock-output-names = "mbus";60};6162...636465