Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > d2cbc8c1c239948c40e4112dfd1c65c5 > files > 2619

kernel-linus-doc-5.10.6-1.mga7.noarch.rpm

* 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>;
};