Back to home page

OSCL-LXR

 
 

    


0001 * STTS751 thermometer.
0002 
0003 Required node properties:
0004 - compatible: "stts751"
0005 - reg: I2C bus address of the device
0006 
0007 Optional properties:
0008 - smbus-timeout-disable: when set, the smbus timeout function will be disabled
0009 
0010 Example stts751 node:
0011 
0012 temp-sensor {
0013         compatible = "stts751";
0014         reg = <0x48>;
0015 }