Path: blob/master/Documentation/devicetree/bindings/iio/frequency/adi,admv4420.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/frequency/adi,admv4420.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ADMV4420 K Band Downconverter78maintainers:9- Nuno Sá <nuno.sa@analog.com>1011description:12The ADMV4420 is a highly integrated, double balanced, active13mixer with an integrated fractional-N synthesizer, ideally suited14for next generation K band satellite communications1516properties:17compatible:18enum:19- adi,admv44202021reg:22maxItems: 12324spi-max-frequency:25maximum: 10000002627adi,lo-freq-khz:28description: LO Frequency29$ref: /schemas/types.yaml#/definitions/uint323031adi,ref-ext-single-ended-en:32description: External reference selected.33type: boolean3435required:36- compatible37- reg383940allOf:41- $ref: /schemas/spi/spi-peripheral-props.yaml#4243unevaluatedProperties: false4445examples:46- |47spi {48#address-cells = <1>;49#size-cells = <0>;50mixer@0 {51compatible = "adi,admv4420";52reg = <0>;53spi-max-frequency = <1000000>;54adi,lo-freq-khz = <16750000>;55adi,ref-ext-single-ended-en;56};57};58...596061