Merge tag 'acpi-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / chemical / sensirion,sgp30.txt
1 * Sensirion SGP30/SGPC3 multi-pixel Gas Sensor
2
3 Required properties:
4
5   - compatible: must be one of
6     "sensirion,sgp30"
7     "sensirion,sgpc3"
8   - reg: the I2C address of the sensor
9
10 Example:
11
12 gas@58 {
13         compatible = "sensirion,sgp30";
14         reg = <0x58>;
15 };