Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-apb0-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-apb0-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 APB0 Bus Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 01718compatible:19const: allwinner,sun4i-a10-apb0-clk2021reg:22maxItems: 12324clocks:25maxItems: 12627clock-output-names:28maxItems: 12930required:31- "#clock-cells"32- compatible33- reg34- clocks35- clock-output-names3637additionalProperties: false3839examples:40- |41apb0@1c20054 {42#clock-cells = <0>;43compatible = "allwinner,sun4i-a10-apb0-clk";44reg = <0x01c20054 0x4>;45clocks = <&ahb>;46clock-output-names = "apb0";47};4849...505152