linux_dsm_epyc7002/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt
Tomasz Duszynski bf81deacc6 dt-bindings: iio: chemical: sps30: add device tree support
Add device tree support for Sensirion SPS30 particulate
matter sensor.

Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2018-12-16 14:05:58 +00:00

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