1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-tcon-ch0-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 TCON Channel 0 Clock Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
24 - allwinner,sun4i-a10-tcon-ch0-clk
25 - allwinner,sun4i-a10-tcon-ch1-clk
33 The parent order must match the hardware programming order.
49 const: allwinner,sun4i-a10-tcon-ch0-clk
55 additionalProperties: false
62 compatible = "allwinner,sun4i-a10-tcon-ch0-clk";
63 reg = <0x01c20118 0x4>;
64 clocks = <&pll3>, <&pll7>, <&pll3x2>, <&pll7x2>;
65 clock-output-names = "tcon-ch0-sclk";
71 compatible = "allwinner,sun4i-a10-tcon-ch1-clk";
72 reg = <0x01c2012c 0x4>;
73 clocks = <&pll3>, <&pll7>, <&pll3x2>, <&pll7x2>;
74 clock-output-names = "tcon-ch1-sclk";