Path: blob/master/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
29539 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/iio/frequency/adf4371.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices ADF4371/ADF4372 Wideband Synthesizers78maintainers:9- Marcelo Schmitt <marcelo.schmitt@analog.com>10- Nuno Sá <nuno.sa@analog.com>1112description: |13Analog Devices ADF4371/ADF4372 SPI Wideband Synthesizers14https://www.analog.com/media/en/technical-documentation/data-sheets/adf4371.pdf15https://www.analog.com/media/en/technical-documentation/data-sheets/adf4372.pdf1617properties:18compatible:19enum:20- adi,adf437121- adi,adf43722223reg:24maxItems: 12526clocks:27description:28Definition of the external clock (see clock/clock-bindings.txt)29maxItems: 13031clock-names:32description:33Must be "clkin" if the input reference is single ended or "clkin-diff"34if the input reference is differential.35enum: [clkin, clkin-diff]3637adi,mute-till-lock-en:38type: boolean39description:40If this property is present, then the supply current to RF8P and RF8N41output stage will shut down until the ADF4371/ADF4372 achieves lock as42measured by the digital lock detect circuitry.4344required:45- compatible46- reg47- clocks48- clock-names4950allOf:51- $ref: /schemas/spi/spi-peripheral-props.yaml#5253unevaluatedProperties: false5455examples:56- |57spi {58#address-cells = <1>;59#size-cells = <0>;6061frequency@0 {62compatible = "adi,adf4371";63reg = <0>;64spi-max-frequency = <1000000>;65clocks = <&adf4371_clkin>;66clock-names = "clkin";67};68};69...707172