blob: 6eee2709b5b65e7094caa192cd818cec37833b95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>;
};
|