Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun5i-a13-ahb-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun5i-a13-ahb-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A13 AHB Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 01718compatible:19const: allwinner,sun5i-a13-ahb-clk2021reg:22maxItems: 12324clocks:25maxItems: 326description: >27The parent order must match the hardware programming order.2829clock-output-names:30maxItems: 13132required:33- "#clock-cells"34- compatible35- reg36- clocks37- clock-output-names3839additionalProperties: false4041examples:42- |43ahb@1c20054 {44#clock-cells = <0>;45compatible = "allwinner,sun5i-a13-ahb-clk";46reg = <0x01c20054 0x4>;47clocks = <&axi>, <&cpu>, <&pll6 1>;48clock-output-names = "ahb";49};5051...525354