Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf81deac authored by Tomasz Duszynski's avatar Tomasz Duszynski Committed by Jonathan Cameron
Browse files

dt-bindings: iio: chemical: sps30: add device tree support



Add device tree support for Sensirion SPS30 particulate
matter sensor.

Signed-off-by: default avatarTomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 232e0f6d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
* 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>;
};