1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-apb0-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A80 APB0 Bus Clock Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
21 - allwinner,sun9i-a80-apb0-clk
22 - allwinner,sun9i-a80-apb1-clk
30 The parent order must match the hardware programming order.
42 additionalProperties: false
48 compatible = "allwinner,sun9i-a80-apb0-clk";
49 reg = <0x06000070 0x4>;
50 clocks = <&osc24M>, <&pll4>;
51 clock-output-names = "apb0";
57 compatible = "allwinner,sun9i-a80-apb1-clk";
58 reg = <0x06000074 0x4>;
59 clocks = <&osc24M>, <&pll4>;
60 clock-output-names = "apb1";