Path: blob/master/Documentation/devicetree/bindings/hwmon/max6697.txt
26308 views
max6697 properties12Required properties:3- compatible:4Should be one of5maxim,max65816maxim,max66027maxim,max66228maxim,max66369maxim,max668910maxim,max669311maxim,max669412maxim,max669713maxim,max669814maxim,max669915- reg: I2C address1617Optional properties:1819- smbus-timeout-disable20Set to disable SMBus timeout. If not specified, SMBus timeout will be21enabled.22- extended-range-enable23Only valid for MAX6581. Set to enable extended temperature range.24Extended temperature will be disabled if not specified.25- beta-compensation-enable26Only valid for MAX6693 and MX6694. Set to enable beta compensation on27remote temperature channel 1.28Beta compensation will be disabled if not specified.29- alert-mask30Alert bit mask. Alert disabled for bits set.31Select bit 0 for local temperature, bit 1..7 for remote temperatures.32If not specified, alert will be enabled for all channels.33- over-temperature-mask34Over-temperature bit mask. Over-temperature reporting disabled for35bits set.36Select bit 0 for local temperature, bit 1..7 for remote temperatures.37If not specified, over-temperature reporting will be enabled for all38channels.39- resistance-cancellation40Boolean for all chips other than MAX6581. Set to enable resistance41cancellation on remote temperature channel 1.42For MAX6581, resistance cancellation enabled for all channels if43specified as boolean, otherwise as per bit mask specified.44Only supported for remote temperatures (bit 1..7).45If not specified, resistance cancellation will be disabled for all46channels.47- transistor-ideality48For MAX6581 only. Two values; first is bit mask, second is ideality49select value as per MAX6581 data sheet. Select bit 1..7 for remote50channels.51Transistor ideality will be initialized to default (1.008) if not52specified.5354Example:5556temp-sensor@1a {57compatible = "maxim,max6697";58reg = <0x1a>;59smbus-timeout-disable;60resistance-cancellation;61alert-mask = <0x72>;62over-temperature-mask = <0x7f>;63};646566