Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun7i-a20-out-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun7i-a20-out-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A20 Output Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 01718compatible:19const: allwinner,sun7i-a20-out-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@1c201f0 {44#clock-cells = <0>;45compatible = "allwinner,sun7i-a20-out-clk";46reg = <0x01c201f0 0x4>;47clocks = <&osc24M_32k>, <&osc32k>, <&osc24M>;48clock-output-names = "clk_out_a";49};5051...525354