1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-mmc-config-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A80 MMC Configuration Clock Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
16 There is one clock/reset output per mmc controller. The number of
17 outputs is determined by the size of the address block, which is
18 related to the overall mmc block.
24 The additional ID argument passed to the clock shall refer to
25 the index of the output.
31 const: allwinner,sun9i-a80-mmc-config-clk
53 additionalProperties: false
60 compatible = "allwinner,sun9i-a80-mmc-config-clk";
61 reg = <0x01c13000 0x10>;
62 clocks = <&ahb0_gates 8>;
63 resets = <&ahb0_resets 8>;
64 clock-output-names = "mmc0_config", "mmc1_config",
65 "mmc2_config", "mmc3_config";