Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-pll4-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-pll4-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A80 Peripheral PLL78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 01718compatible:19const: allwinner,sun9i-a80-pll4-clk2021reg:22maxItems: 12324clocks:25maxItems: 12627clock-output-names:28maxItems: 12930required:31- "#clock-cells"32- compatible33- reg34- clocks35- clock-output-names3637additionalProperties: false3839examples:40- |41clk@600000c {42#clock-cells = <0>;43compatible = "allwinner,sun9i-a80-pll4-clk";44reg = <0x0600000c 0x4>;45clocks = <&osc24M>;46clock-output-names = "pll4";47};4849...505152