xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/max1619.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunBindings for MAX1619 Temperature Sensor
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible : "maxim,max1619"
5*4882a593Smuzhiyun- reg        : I2C address, one of 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, or
6*4882a593Smuzhiyun               0x4d, 0x4e
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunExample:
9*4882a593Smuzhiyun	temp@4c {
10*4882a593Smuzhiyun		compatible = "maxim,max1619";
11*4882a593Smuzhiyun		reg = <0x4c>;
12*4882a593Smuzhiyun	};
13