| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-mod1-clk.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Allwinner A10 Module 1 Clock |
| - Chen-Yu Tsai <wens@csie.org> |
| - Maxime Ripard <mripard@kernel.org> |
| const: allwinner,sun4i-a10-mod1-clk |
| The parent order must match the hardware programming order. |
| additionalProperties: false |
| #include <dt-bindings/clock/sun4i-a10-pll2.h> |
| compatible = "allwinner,sun4i-a10-mod1-clk"; |
| clocks = <&pll2 SUN4I_A10_PLL2_8X>, |
| <&pll2 SUN4I_A10_PLL2_4X>, |
| <&pll2 SUN4I_A10_PLL2_2X>, |
| <&pll2 SUN4I_A10_PLL2_1X>; |
| clock-output-names = "spdif"; |