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