| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-gt-clk.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Allwinner A80 GT Bus Clock |
| - Chen-Yu Tsai <wens@csie.org> |
| - Maxime Ripard <mripard@kernel.org> |
| const: allwinner,sun9i-a80-gt-clk |
| The parent order must match the hardware programming order. |
| additionalProperties: false |
| compatible = "allwinner,sun9i-a80-gt-clk"; |
| clocks = <&osc24M>, <&pll4>, <&pll12>, <&pll12>; |
| clock-output-names = "gt"; |