nuvoton-nau7802.txt 497 B

12345678910111213141516171819
  1. * Nuvoton NAU7802 Analog to Digital Converter (ADC)
  2. Required properties:
  3. - compatible: Should be "nuvoton,nau7802"
  4. - reg: Should contain the ADC I2C address
  5. Optional properties:
  6. - nuvoton,vldo: Internal reference voltage in millivolts to be
  7. configured valid values are between 2400 mV and 4500 mV.
  8. - interrupts: IRQ line for the ADC. If not used the driver will use
  9. polling.
  10. Example:
  11. adc2: nau7802@2a {
  12. compatible = "nuvoton,nau7802";
  13. reg = <0x2a>;
  14. nuvoton,vldo = <3000>;
  15. };