Path: blob/main/sys/contrib/device-tree/Bindings/clock/adi,axi-clkgen.yaml
48376 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/clock/adi,axi-clkgen.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices AXI clkgen pcore clock generator78maintainers:9- Lars-Peter Clausen <lars@metafoo.de>10- Michael Hennerich <michael.hennerich@analog.com>1112description: |13The axi_clkgen IP core is a software programmable clock generator,14that can be synthesized on various FPGA platforms.1516Link: https://wiki.analog.com/resources/fpga/docs/axi_clkgen1718properties:19compatible:20enum:21- adi,axi-clkgen-2.00.a22- adi,zynqmp-axi-clkgen-2.00.a2324clocks:25description:26Specifies the reference clock(s) from which the output frequency is27derived. This must either reference one clock if only the first clock28input is connected or two if both clock inputs are connected.29minItems: 130maxItems: 23132'#clock-cells':33const: 03435reg:36maxItems: 13738required:39- compatible40- reg41- clocks42- '#clock-cells'4344additionalProperties: false4546examples:47- |48clock-controller@ff000000 {49compatible = "adi,axi-clkgen-2.00.a";50#clock-cells = <0>;51reg = <0xff000000 0x1000>;52clocks = <&osc 1>;53};545556