Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-axi-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-axi-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 AXI Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 01718compatible:19enum:20- allwinner,sun4i-a10-axi-clk21- allwinner,sun8i-a23-axi-clk2223reg:24maxItems: 12526clocks:27maxItems: 12829clock-output-names:30maxItems: 13132required:33- "#clock-cells"34- compatible35- reg36- clocks37- clock-output-names3839additionalProperties: false4041examples:42- |43axi@1c20054 {44#clock-cells = <0>;45compatible = "allwinner,sun4i-a10-axi-clk";46reg = <0x01c20054 0x4>;47clocks = <&cpu>;48clock-output-names = "axi";49};5051- |52axi_clk@1c20050 {53#clock-cells = <0>;54compatible = "allwinner,sun8i-a23-axi-clk";55reg = <0x01c20050 0x4>;56clocks = <&cpu>;57clock-output-names = "axi";58};5960...616263