Skip to content

Commit

Permalink
iio:filter:admv8818: add support for ADMV8818
Browse files Browse the repository at this point in the history
The ADMV8818-EP is a fully monolithic microwave integrated
circuit (MMIC) that features a digitally selectable frequency of
operation. The device features four independently controlled high-
pass filters (HPFs) and four independently controlled low-pass
filters (LPFs) that span the 2 GHz to 18 GHz frequency range.

Datasheet:
https://www.analog.com/media/en/technical-documentation/data-sheets/admv8818-ep.pdf

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Antoniu Miclaus authored and Jonathan Cameron committed Dec 16, 2021
1 parent 35c35b0 commit f34fe88
Show file tree
Hide file tree
Showing 3 changed files with 676 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/iio/filter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@

menu "Filters"

config ADMV8818
tristate "Analog Devices ADMV8818 High-Pass and Low-Pass Filter"
depends on SPI && COMMON_CLK && 64BIT
help
Say yes here to build support for Analog Devices ADMV8818
2 GHz to 18 GHz, Digitally Tunable, High-Pass and Low-Pass Filter.

To compile this driver as a module, choose M here: the
modiule will be called admv8818.

endmenu
1 change: 1 addition & 0 deletions drivers/iio/filter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
#

# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_ADMV8818) += admv8818.o
Loading

0 comments on commit f34fe88

Please sign in to comment.