kernel_samsung_a53x/Documentation/devicetree/bindings/iio/chemical/sensirion,sgp30.txt
2024-06-15 16:02:09 -03:00

15 lines
255 B
Text
Executable file

* Sensirion SGP30/SGPC3 multi-pixel Gas Sensor
Required properties:
- compatible: must be one of
"sensirion,sgp30"
"sensirion,sgpc3"
- reg: the I2C address of the sensor
Example:
gas@58 {
compatible = "sensirion,sgp30";
reg = <0x58>;
};