Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / chemical / sensirion,sps30.txt
1 * Sensirion SPS30 particulate matter sensor
2
3 Required properties:
4 - compatible: must be "sensirion,sps30"
5 - reg: the I2C address of the sensor
6
7 Example:
8
9 sps30@69 {
10         compatible = "sensirion,sps30";
11         reg = <0x69>;
12 };