Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-apb0-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-apb0-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A80 APB0 Bus Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 01718compatible:19enum:20- allwinner,sun9i-a80-apb0-clk21- allwinner,sun9i-a80-apb1-clk2223reg:24maxItems: 12526clocks:27maxItems: 228description: >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@6000070 {46#clock-cells = <0>;47compatible = "allwinner,sun9i-a80-apb0-clk";48reg = <0x06000070 0x4>;49clocks = <&osc24M>, <&pll4>;50clock-output-names = "apb0";51};5253- |54clk@6000074 {55#clock-cells = <0>;56compatible = "allwinner,sun9i-a80-apb1-clk";57reg = <0x06000074 0x4>;58clocks = <&osc24M>, <&pll4>;59clock-output-names = "apb1";60};6162...636465