Home
last modified time | relevance | path

Searched full:nau7802 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ !
Dnuvoton,nau7802.yaml4 $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/ !
Dimx28-cfa10049.dts30 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/ !
Dnau7802.c3 * Driver for the Nuvoton NAU7802 ADC
535 { "nau7802" },
541 { .compatible = "nuvoton,nau7802" },
550 .name = "nau7802",
558 MODULE_DESCRIPTION("Nuvoton NAU7802 ADC Driver");
DKconfig1002 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.
DMakefile93 obj-$(CONFIG_NAU7802) += nau7802.o