From: Tomasz Duszynski Date: Fri, 14 Dec 2018 18:28:03 +0000 (+0100) Subject: dt-bindings: iio: chemical: sps30: add device tree support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bf81deacc6facb6fada5b3bb31a832ef77cf7e87;p=linux.git dt-bindings: iio: chemical: sps30: add device tree support Add device tree support for Sensirion SPS30 particulate matter sensor. Signed-off-by: Tomasz Duszynski Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt b/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt new file mode 100644 index 0000000000000..6eee2709b5b65 --- /dev/null +++ b/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt @@ -0,0 +1,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>; +};