| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-mmc-config-clk.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Allwinner A80 MMC Configuration Clock |
| - Chen-Yu Tsai <wens@csie.org> |
| - Maxime Ripard <mripard@kernel.org> |
| There is one clock/reset output per mmc controller. The number of |
| outputs is determined by the size of the address block, which is |
| related to the overall mmc block. |
| The additional ID argument passed to the clock shall refer to |
| const: allwinner,sun9i-a80-mmc-config-clk |
| additionalProperties: false |
| compatible = "allwinner,sun9i-a80-mmc-config-clk"; |
| clocks = <&ahb0_gates 8>; |
| resets = <&ahb0_resets 8>; |
| clock-output-names = "mmc0_config", "mmc1_config", |
| "mmc2_config", "mmc3_config"; |