xref: /freebsd/sys/contrib/device-tree/Bindings/iio/chemical/sensirion,sgp30.txt (revision 994297b01b98816bea1abf45ae4bac1bc69ee7a0)
1* Sensirion SGP30/SGPC3 multi-pixel Gas Sensor
2
3Required properties:
4
5  - compatible: must be one of
6    "sensirion,sgp30"
7    "sensirion,sgpc3"
8  - reg: the I2C address of the sensor
9
10Example:
11
12gas@58 {
13	compatible = "sensirion,sgp30";
14	reg = <0x58>;
15};
16