mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 23:59:59 +07:00
bf81deacc6
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>
13 lines
216 B
Plaintext
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>;
|
|
};
|