1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-ahb-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 AHB Clock Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
21 - allwinner,sun4i-a10-ahb-clk
22 - allwinner,sun6i-a31-ahb1-clk
23 - allwinner,sun8i-h3-ahb2-clk
32 The parent order must match the hardware programming order.
44 additionalProperties: false
51 const: allwinner,sun4i-a10-ahb-clk
62 const: allwinner,sun6i-a31-ahb1-clk
73 const: allwinner,sun8i-h3-ahb2-clk
84 compatible = "allwinner,sun4i-a10-ahb-clk";
85 reg = <0x01c20054 0x4>;
87 clock-output-names = "ahb";
93 compatible = "allwinner,sun6i-a31-ahb1-clk";
94 reg = <0x01c20054 0x4>;
95 clocks = <&osc32k>, <&osc24M>, <&axi>, <&pll6 0>;
96 clock-output-names = "ahb1";
102 compatible = "allwinner,sun8i-h3-ahb2-clk";
103 reg = <0x01c2005c 0x4>;
104 clocks = <&ahb1>, <&pll6d2>;
105 clock-output-names = "ahb2";