Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-apb1-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-apb1-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 APB1 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-apb1-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- |43clk@1c20058 {44#clock-cells = <0>;45compatible = "allwinner,sun4i-a10-apb1-clk";46reg = <0x01c20058 0x4>;47clocks = <&osc24M>, <&pll6 1>, <&osc32k>;48clock-output-names = "apb1";49};5051...525354