Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mod1-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-mod1-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 Module 1 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-mod1-clk2021reg:22maxItems: 12324clocks:25maxItems: 426description: >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- |43#include <dt-bindings/clock/sun4i-a10-pll2.h>4445clk@1c200c0 {46#clock-cells = <0>;47compatible = "allwinner,sun4i-a10-mod1-clk";48reg = <0x01c200c0 0x4>;49clocks = <&pll2 SUN4I_A10_PLL2_8X>,50<&pll2 SUN4I_A10_PLL2_4X>,51<&pll2 SUN4I_A10_PLL2_2X>,52<&pll2 SUN4I_A10_PLL2_1X>;53clock-output-names = "spdif";54};5556...575859