Path: blob/master/Documentation/devicetree/bindings/iio/chemical/senseair,sunrise.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/senseair,sunrise.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Senseair Sunrise 006-0-0007 CO2 Sensor78maintainers:9- Jacopo Mondi <jacopo@jmondi.org>1011description: |12Senseair Sunrise 006-0-0007 is a NDIR CO2 sensor. It supports I2C or UART buses13for communications and control.1415Datasheets:16https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/PSP11704.pdf17https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/PSH11649.pdf18https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/TDE5531.pdf19https://rmtplusstoragesenseair.blob.core.windows.net/docs/Market/publicerat/TDE7318.pdf2021properties:22compatible:23const: senseair,sunrise-006-0-00072425reg:26maxItems: 12728ndry-gpios:29maxItems: 130description:31Phandle to the GPIO line connected to the nDRY pin. Typically active low.3233en-gpios:34maxItems: 135description:36Phandle to the GPIO line connected to the EN pin. Typically active high.3738required:39- compatible40- reg4142additionalProperties: false4344examples:45- |46i2c {47#address-cells = <1>;48#size-cells = <0>;4950co2-sensor@68 {51compatible = "senseair,sunrise-006-0-0007";52reg = <0x68>;53};54};555657