stts751.txt 292 B

123456789101112131415
  1. * STTS751 thermometer.
  2. Required node properties:
  3. - compatible: "stts751"
  4. - reg: I2C bus address of the device
  5. Optional properties:
  6. - smbus-timeout-disable: when set, the smbus timeout function will be disabled
  7. Example stts751 node:
  8. temp-sensor {
  9. compatible = "stts751";
  10. reg = <0x48>;
  11. }