1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-mod0-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 Module 0 Clock Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
20 - allwinner,sun4i-a10-mod0-clk
21 - allwinner,sun9i-a80-mod0-clk
23 # The PRCM on the A31 and A23 will have the reg property missing,
24 # since it's set at the upper level node, and will be validated by
25 # PRCM's schema. Make sure we only validate standalone nodes.
36 - allwinner,sun4i-a10-mod0-clk
37 - allwinner,sun9i-a80-mod0-clk
43 # On the A80, the PRCM mod0 clocks have 2 parents.
47 The parent order must match the hardware programming order.
59 additionalProperties: false
65 compatible = "allwinner,sun4i-a10-mod0-clk";
66 reg = <0x01c20080 0x4>;
67 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
68 clock-output-names = "nand";
74 compatible = "allwinner,sun4i-a10-mod0-clk";
75 reg = <0x08001454 0x4>;
76 clocks = <&osc32k>, <&osc24M>;
77 clock-output-names = "r_ir";