The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/iio/chemical/senseair,sunrise.yaml

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/iio/chemical/senseair,sunrise.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Senseair Sunrise 006-0-0007 CO2 Sensor
    8 
    9 maintainers:
   10   - Jacopo Mondi <jacopo@jmondi.org>
   11 
   12 description: |
   13   Senseair Sunrise 006-0-0007 is a NDIR CO2 sensor. It supports I2C or UART buses
   14   for communications and control.
   15 
   16   Datasheets:
   17     https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/PSP11704.pdf
   18     https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/PSH11649.pdf
   19     https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/TDE5531.pdf
   20     https://rmtplusstoragesenseair.blob.core.windows.net/docs/Market/publicerat/TDE7318.pdf
   21 
   22 properties:
   23   compatible:
   24     const: senseair,sunrise-006-0-0007
   25 
   26   reg:
   27     maxItems: 1
   28 
   29   ndry-gpios:
   30     maxItems: 1
   31     description:
   32       Phandle to the GPIO line connected to the nDRY pin. Typically active low.
   33 
   34   en-gpios:
   35     maxItems: 1
   36     description:
   37       Phandle to the GPIO line connected to the EN pin. Typically active high.
   38 
   39 required:
   40   - compatible
   41   - reg
   42 
   43 additionalProperties: false
   44 
   45 examples:
   46   - |
   47     i2c {
   48       #address-cells = <1>;
   49       #size-cells = <0>;
   50 
   51       co2-sensor@68 {
   52         compatible = "senseair,sunrise-006-0-0007";
   53         reg = <0x68>;
   54       };
   55     };

Cache object: d90407f4df3b90986733909e46187feb


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.