| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-tcon-ch0-clk.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Allwinner A10 TCON Channel 0 Clock |
| - Chen-Yu Tsai <wens@csie.org> |
| - Maxime Ripard <mripard@kernel.org> |
| - allwinner,sun4i-a10-tcon-ch0-clk |
| - allwinner,sun4i-a10-tcon-ch1-clk |
| The parent order must match the hardware programming order. |
| const: allwinner,sun4i-a10-tcon-ch0-clk |
| additionalProperties: false |
| compatible = "allwinner,sun4i-a10-tcon-ch0-clk"; |
| clocks = <&pll3>, <&pll7>, <&pll3x2>, <&pll7x2>; |
| clock-output-names = "tcon-ch0-sclk"; |
| compatible = "allwinner,sun4i-a10-tcon-ch1-clk"; |
| clocks = <&pll3>, <&pll7>, <&pll3x2>, <&pll7x2>; |
| clock-output-names = "tcon-ch1-sclk"; |