atlas,ec-sm.txt 488 B

123456789101112131415161718192021
  1. * Atlas Scientific EC-SM OEM sensor
  2. http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf
  3. Required properties:
  4. - compatible: must be "atlas,ec-sm"
  5. - reg: the I2C address of the sensor
  6. - interrupts: the sole interrupt generated by the device
  7. Refer to interrupt-controller/interrupts.txt for generic interrupt client
  8. node bindings.
  9. Example:
  10. atlas@64 {
  11. compatible = "atlas,ec-sm";
  12. reg = <0x64>;
  13. interrupt-parent = <&gpio1>;
  14. interrupts = <16 2>;
  15. };