1
0
Fork 0

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>
hifive-unleashed-5.1
Tomasz Duszynski 2018-12-14 19:28:03 +01:00 committed by Jonathan Cameron
parent 232e0f6dde
commit bf81deacc6
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
* 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>;
};