max1619.txt 272 B

123456789101112
  1. Bindings for MAX1619 Temperature Sensor
  2. Required properties:
  3. - compatible : "maxim,max1619"
  4. - reg : I2C address, one of 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, or
  5. 0x4d, 0x4e
  6. Example:
  7. temp@4c {
  8. compatible = "maxim,max1619";
  9. reg = <0x4c>;
  10. };