Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/arch/arm/boot/dts/
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-v5.10/drivers/iio/adc/
Dnau7802.c3 * Driver for the Nuvoton NAU7802 ADC
572 { "nau7802", 0 },
578 { .compatible = "nuvoton,nau7802" },
588 .name = "nau7802",
596 MODULE_DESCRIPTION("Nuvoton NAU7802 ADC Driver");
DKconfig751 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.
DMakefile73 obj-$(CONFIG_NAU7802) += nau7802.o