Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll6-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-pll6-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 Peripheral PLL78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 117description: >18The first output is the SATA clock output, the second is the19regular PLL output, the third is a PLL output at twice the rate.2021compatible:22const: allwinner,sun4i-a10-pll6-clk2324reg:25maxItems: 12627clocks:28maxItems: 12930clock-output-names:31maxItems: 33233required:34- "#clock-cells"35- compatible36- reg37- clocks38- clock-output-names3940additionalProperties: false4142examples:43- |44clk@1c20028 {45#clock-cells = <1>;46compatible = "allwinner,sun4i-a10-pll6-clk";47reg = <0x01c20028 0x4>;48clocks = <&osc24M>;49clock-output-names = "pll6_sata", "pll6_other", "pll6";50};5152...535455