atlas,ec-sm.txt 561 B

1234567891011121314151617181920212223
  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. - interrupt-parent: should be the phandle for the interrupt controller
  7. - interrupts: the sole interrupt generated by the device
  8. Refer to interrupt-controller/interrupts.txt for generic interrupt client
  9. node bindings.
  10. Example:
  11. atlas@64 {
  12. compatible = "atlas,ec-sm";
  13. reg = <0x64>;
  14. interrupt-parent = <&gpio1>;
  15. interrupts = <16 2>;
  16. };