Path: blob/master/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-display-clk.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-display-clk.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 Display Clock78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112deprecated: true1314properties:15"#clock-cells":16const: 01718"#reset-cells":19const: 02021compatible:22const: allwinner,sun4i-a10-display-clk2324reg:25maxItems: 12627clocks:28maxItems: 329description: >30The parent order must match the hardware programming order.3132clock-output-names:33maxItems: 13435required:36- "#clock-cells"37- "#reset-cells"38- compatible39- reg40- clocks41- clock-output-names4243additionalProperties: false4445examples:46- |47clk@1c20104 {48#clock-cells = <0>;49#reset-cells = <0>;50compatible = "allwinner,sun4i-a10-display-clk";51reg = <0x01c20104 0x4>;52clocks = <&pll3>, <&pll7>, <&pll5 1>;53clock-output-names = "de-be";54};5556...575859