Searched full:nau7802 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/ |
D | nuvoton,nau7802.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/nuvoton,nau7802.yaml# 7 title: Nuvoton NAU7802 I2c Analog to Digital Converter (ADC) 15 const: nuvoton,nau7802 44 nau7802@2a { 45 compatible = "nuvoton,nau7802";
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | imx28-cfa10049.dts | 30 adc0: nau7802@2a { 31 compatible = "nuvoton,nau7802"; 42 adc1: nau7802@2a { 43 compatible = "nuvoton,nau7802"; 54 adc2: nau7802@2a { 55 compatible = "nuvoton,nau7802";
|
/Linux-v5.10/drivers/iio/adc/ |
D | nau7802.c | 3 * Driver for the Nuvoton NAU7802 ADC 572 { "nau7802", 0 }, 578 { .compatible = "nuvoton,nau7802" }, 588 .name = "nau7802", 596 MODULE_DESCRIPTION("Nuvoton NAU7802 ADC Driver");
|
D | Kconfig | 751 config NAU7802 config 752 tristate "Nuvoton NAU7802 ADC driver" 755 Say yes here to build support for Nuvoton NAU7802 ADC. 758 module will be called nau7802.
|
D | Makefile | 73 obj-$(CONFIG_NAU7802) += nau7802.o
|