Searched full:max5522 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | maxim,max5522.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/maxim,max5522.yaml# 7 title: Maxim Integrated MAX5522 Dual 10-bit Voltage-Output SPI DACs 15 https://www.analog.com/en/products/max5522.html 19 const: maxim,max5522 44 compatible = "maxim,max5522";
|
/linux/drivers/iio/dac/ |
H A D | max5522.c | 3 * Maxim MAX5522 66 .name = "max5522", 176 { "max5522", (kernel_ulong_t)&max5522_chip_info_tbl[ID_MAX5522] }, 183 .compatible = "maxim,max5522", 192 .name = "max5522", 201 MODULE_DESCRIPTION("MAX5522 DAC driver");
|
H A D | Kconfig | 416 config MAX5522 config 417 tristate "Maxim MAX5522 DAC driver" 421 Say Y here if you want to build a driver for the Maxim MAX5522. 423 MAX5522 is a dual, ultra-low-power, 10-Bit, voltage-output 427 If compiled as a module, it will be called max5522.
|
H A D | Makefile | 44 obj-$(CONFIG_MAX5522) += max5522.o
|