Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1AK5558 8 channel differential 32-bit delta-sigma ADC
2
3This device supports I2C mode only.
4
5Required properties:
6
7- compatible : "asahi-kasei,ak5558"
8- reg : The I2C address of the device.
9
10Optional properties:
11
12- reset-gpios: A GPIO specifier for the power down & reset pin.
13
14Example:
15
16&i2c {
17 ak5558: adc@10 {
18 compatible = "asahi-kasei,ak5558";
19 reg = <0x10>;
20 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
21 };
22};