atlas,orp-sm.txt 493 B

123456789101112131415161718192021
  1. * Atlas Scientific ORP-SM OEM sensor
  2. https://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf
  3. Required properties:
  4. - compatible: must be "atlas,orp-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@66 {
  11. compatible = "atlas,orp-sm";
  12. reg = <0x66>;
  13. interrupt-parent = <&gpio1>;
  14. interrupts = <16 2>;
  15. };