1433514fcSTomasz Duszynski# SPDX-License-Identifier: GPL-2.0 2433514fcSTomasz Duszynski%YAML 1.2 3433514fcSTomasz Duszynski--- 4433514fcSTomasz Duszynski$id: http://devicetree.org/schemas/iio/chemical/plantower,pms7003.yaml# 5433514fcSTomasz Duszynski$schema: http://devicetree.org/meta-schemas/core.yaml# 6433514fcSTomasz Duszynski 7433514fcSTomasz Duszynskititle: Plantower PMS7003 air pollution sensor 8433514fcSTomasz Duszynski 9433514fcSTomasz Duszynskimaintainers: 10433514fcSTomasz Duszynski - Tomasz Duszynski <tduszyns@gmail.com> 11433514fcSTomasz Duszynski 12433514fcSTomasz Duszynskidescription: | 13433514fcSTomasz Duszynski Air pollution sensor capable of measuring mass concentration of dust 14433514fcSTomasz Duszynski particles. 15433514fcSTomasz Duszynski 16433514fcSTomasz Duszynskiproperties: 17433514fcSTomasz Duszynski compatible: 18433514fcSTomasz Duszynski enum: 19433514fcSTomasz Duszynski - plantower,pms1003 20433514fcSTomasz Duszynski - plantower,pms3003 21433514fcSTomasz Duszynski - plantower,pms5003 22433514fcSTomasz Duszynski - plantower,pms6003 23433514fcSTomasz Duszynski - plantower,pms7003 24433514fcSTomasz Duszynski - plantower,pmsa003 25433514fcSTomasz Duszynski 26433514fcSTomasz Duszynski vcc-supply: 27433514fcSTomasz Duszynski description: regulator that provides power to the sensor 28433514fcSTomasz Duszynski 29433514fcSTomasz Duszynski plantower,set-gpios: 30433514fcSTomasz Duszynski description: GPIO connected to the SET line 31433514fcSTomasz Duszynski maxItems: 1 32433514fcSTomasz Duszynski 33433514fcSTomasz Duszynski reset-gpios: 34433514fcSTomasz Duszynski description: GPIO connected to the RESET line 35433514fcSTomasz Duszynski maxItems: 1 36433514fcSTomasz Duszynski 37433514fcSTomasz Duszynskirequired: 38433514fcSTomasz Duszynski - compatible 39433514fcSTomasz Duszynski - vcc-supply 40433514fcSTomasz Duszynski 41*7f464532SRob HerringadditionalProperties: false 42*7f464532SRob Herring 43433514fcSTomasz Duszynskiexamples: 44433514fcSTomasz Duszynski - | 45433514fcSTomasz Duszynski serial { 46433514fcSTomasz Duszynski air-pollution-sensor { 47433514fcSTomasz Duszynski compatible = "plantower,pms7003"; 48433514fcSTomasz Duszynski vcc-supply = <®_vcc5v0>; 49433514fcSTomasz Duszynski }; 50433514fcSTomasz Duszynski }; 51433514fcSTomasz Duszynski 52433514fcSTomasz Duszynski... 53