Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 0e49793572dbd22160973ba4d3019e3f > files > 2173

kernel-doc-5.1.18-1.mga7.noarch.rpm

* Sensirion SPS30 particulate matter sensor

Required properties:
- compatible: must be "sensirion,sps30"
- reg: the I2C address of the sensor

Example:

sps30@69 {
	compatible = "sensirion,sps30";
	reg = <0x69>;
};