Path: blob/master/Documentation/devicetree/bindings/iio/chemical/aosong,ags02ma.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/chemical/aosong,ags02ma.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Aosong AGS02MA VOC Sensor78description: |9AGS02MA is an TVOC (Total Volatile Organic Compounds) i2c sensor with default10address of 0x1a.1112Datasheet:13https://asairsensors.com/wp-content/uploads/2021/09/AGS02MA.pdf1415maintainers:16- Anshul Dalal <anshulusr@gmail.com>1718properties:19compatible:20enum:21- aosong,ags02ma2223reg:24maxItems: 12526vdd-supply: true2728required:29- compatible30- reg31- vdd-supply3233additionalProperties: false3435examples:36- |37i2c {38#address-cells = <1>;39#size-cells = <0>;4041voc-sensor@1a {42compatible = "aosong,ags02ma";43reg = <0x1a>;44vdd-supply = <&vdd_regulator>;45};46};474849