ak5558.txt 416 B

12345678910111213141516171819202122
  1. AK5558 8 channel differential 32-bit delta-sigma ADC
  2. This device supports I2C mode only.
  3. Required properties:
  4. - compatible : "asahi-kasei,ak5558"
  5. - reg : The I2C address of the device.
  6. Optional properties:
  7. - reset-gpios: A GPIO specifier for the power down & reset pin.
  8. Example:
  9. &i2c {
  10. ak5558: adc@10 {
  11. compatible = "asahi-kasei,ak5558";
  12. reg = <0x10>;
  13. reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
  14. };
  15. };