Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / chemical / plantower,pms7003.txt
1 * Plantower PMS7003 particulate matter sensor
2
3 Required properties:
4 - compatible: must be "plantower,pms7003"
5 - vcc-supply: phandle to the regulator that provides power to the sensor
6
7 Optional properties:
8 - plantower,set-gpios: phandle to the GPIO connected to the SET line
9 - reset-gpios: phandle to the GPIO connected to the RESET line
10
11 Refer to serial/slave-device.txt for generic serial attached device bindings.
12
13 Example:
14
15 &uart0 {
16         air-pollution-sensor {
17                 compatible = "plantower,pms7003";
18                 vcc-supply = <&reg_vcc5v0>;
19         };
20 };