1
0
Fork 0
alistair23-linux/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt

13 lines
216 B
Plaintext

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