Path: blob/master/Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml
26309 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/iio/chemical/plantower,pms7003.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Plantower PMS7003 air pollution sensor78maintainers:9- Tomasz Duszynski <tduszyns@gmail.com>1011description: |12Air pollution sensor capable of measuring mass concentration of dust13particles.1415properties:16compatible:17enum:18- plantower,pms100319- plantower,pms300320- plantower,pms500321- plantower,pms600322- plantower,pms700323- plantower,pmsa0032425vcc-supply:26description: regulator that provides power to the sensor2728plantower,set-gpios:29description: GPIO connected to the SET line30maxItems: 13132reset-gpios:33description: GPIO connected to the RESET line34maxItems: 13536required:37- compatible38- vcc-supply3940additionalProperties: false4142examples:43- |44serial {45air-pollution-sensor {46compatible = "plantower,pms7003";47vcc-supply = <®_vcc5v0>;48};49};5051...525354