Searched full:nau7802 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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-6.12.1/arch/arm/boot/dts/nxp/mxs/ ! |
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-6.12.1/drivers/iio/adc/ ! |
D | nau7802.c | 3 * Driver for the Nuvoton NAU7802 ADC 535 { "nau7802" }, 541 { .compatible = "nuvoton,nau7802" }, 550 .name = "nau7802", 558 MODULE_DESCRIPTION("Nuvoton NAU7802 ADC Driver");
|
D | Kconfig | 1002 config NAU7802 config 1003 tristate "Nuvoton NAU7802 ADC driver" 1006 Say yes here to build support for Nuvoton NAU7802 ADC. 1009 module will be called nau7802.
|
D | Makefile | 93 obj-$(CONFIG_NAU7802) += nau7802.o
|