| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/clock/allwinner,sun7i-a20-out-clk.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Allwinner A20 Output Clock Device Tree Bindings |
| - Chen-Yu Tsai <wens@csie.org> |
| - Maxime Ripard <mripard@kernel.org> |
| const: allwinner,sun7i-a20-out-clk |
| The parent order must match the hardware programming order. |
| additionalProperties: false |
| compatible = "allwinner,sun7i-a20-out-clk"; |
| clocks = <&osc24M_32k>, <&osc32k>, <&osc24M>; |
| clock-output-names = "clk_out_a"; |