brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · 1fe5615 Raw
53 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/iio/chemical/plantower,pms7003.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Plantower PMS7003 air pollution sensor8 9maintainers:10  - Tomasz Duszynski <tduszyns@gmail.com>11 12description: |13  Air pollution sensor capable of measuring mass concentration of dust14  particles.15 16properties:17  compatible:18    enum:19      - plantower,pms100320      - plantower,pms300321      - plantower,pms500322      - plantower,pms600323      - plantower,pms700324      - plantower,pmsa00325 26  vcc-supply:27    description: regulator that provides power to the sensor28 29  plantower,set-gpios:30    description: GPIO connected to the SET line31    maxItems: 132 33  reset-gpios:34    description: GPIO connected to the RESET line35    maxItems: 136 37required:38  - compatible39  - vcc-supply40 41additionalProperties: false42 43examples:44  - |45    serial {46      air-pollution-sensor {47        compatible = "plantower,pms7003";48        vcc-supply = <&reg_vcc5v0>;49      };50    };51 52...53