1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-mmc-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 Module 1 Clock Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
19 There is three different outputs: the main clock, with the ID 0,
20 and the output and sample clocks, with the IDs 1 and 2,
25 - allwinner,sun4i-a10-mmc-clk
26 - allwinner,sun9i-a80-mmc-clk
35 The parent order must match the hardware programming order.
47 additionalProperties: false
53 const: allwinner,sun4i-a10-mmc-clk
69 compatible = "allwinner,sun4i-a10-mmc-clk";
70 reg = <0x01c20088 0x4>;
71 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
72 clock-output-names = "mmc0",
80 compatible = "allwinner,sun9i-a80-mmc-clk";
81 reg = <0x06000410 0x4>;
82 clocks = <&osc24M>, <&pll4>;
83 clock-output-names = "mmc0", "mmc0_output",