diff options
Diffstat (limited to 'Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt')
-rw-r--r-- | Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt b/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt deleted file mode 100644 index 6eee2709b5b6..000000000000 --- a/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.txt +++ /dev/null @@ -1,12 +0,0 @@ -* 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>; -}; |