Path: blob/master/Documentation/devicetree/bindings/iio/frequency/adi,adf4377.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/frequency/adi,adf4377.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ADF4377 Microwave Wideband Synthesizer with Integrated VCO78maintainers:9- Antoniu Miclaus <antoniu.miclaus@analog.com>10- Dragos Bogdan <dragos.bogdan@analog.com>1112description: |13The ADF4377 is a high performance, ultralow jitter, dual output integer-N14phased locked loop (PLL) with integrated voltage controlled oscillator (VCO)15ideally suited for data converter and mixed signal front end (MxFE) clock16applications.1718https://www.analog.com/en/products/adf4377.html19https://www.analog.com/en/products/adf4378.html2021properties:22compatible:23enum:24- adi,adf437725- adi,adf43782627reg:28maxItems: 12930spi-max-frequency:31maximum: 100000003233clocks:34maxItems: 13536clock-names:37description:38External clock that provides reference input frequency.39items:40- const: ref_in4142chip-enable-gpios:43description:44GPIO that controls the Chip Enable Pin.45maxItems: 14647clk1-enable-gpios:48description:49GPIO that controls the Enable Clock 1 Output Buffer Pin.50maxItems: 15152clk2-enable-gpios:53description:54GPIO that controls the Enable Clock 2 Output Buffer Pin.55maxItems: 15657adi,muxout-select:58description:59On chip multiplexer output selection.60high_z - MUXOUT Pin set to high-Z.61lock_detect - MUXOUT Pin set to lock detector output.62muxout_low - MUXOUT Pin set to low.63f_div_rclk_2 - MUXOUT Pin set to fDIV_RCLK/2.64f_div_nclk_2 - MUXOUT Pin set to fDIV_NCLK/2.65muxout_high - MUXOUT Pin set to high.66enum: [high_z, lock_detect, muxout_low, f_div_rclk_2, f_div_nclk_2, muxout_high]6768required:69- compatible70- reg71- clocks72- clock-names7374allOf:75- $ref: /schemas/spi/spi-peripheral-props.yaml#76- if:77properties:78compatible:79contains:80enum:81- adi,adf437882then:83properties:84clk2-enable-gpios: false8586unevaluatedProperties: false8788examples:89- |90spi {91#address-cells = <1>;92#size-cells = <0>;93frequency@0 {94compatible = "adi,adf4377";95reg = <0>;96spi-max-frequency = <10000000>;97clocks = <&adf4377_ref_in>;98clock-names = "ref_in";99};100};101...102103104