Path: blob/master/Documentation/devicetree/bindings/hwmon/ltc2990.txt
26308 views
ltc2990: Linear Technology LTC2990 power monitor12Required properties:3- compatible: Must be "lltc,ltc2990"4- reg: I2C slave address5- lltc,meas-mode:6An array of two integers for configuring the chip measurement mode.78The first integer defines the bits 2..0 in the control register. In all9cases the internal temperature and supply voltage are measured. In10addition the following input measurements are enabled per mode:11120: V1, V2, TR2131: V1-V2, TR2142: V1-V2, V3, V4153: TR1, V3, V4164: TR1, V3-V4175: TR1, TR2186: V1-V2, V3-V4197: V1, V2, V3, V42021The second integer defines the bits 4..3 in the control register. This22allows a subset of the measurements to be enabled:23240: Internal temperature and supply voltage only251: TR1, V1 or V1-V2 only per mode262: TR2, V3 or V3-V4 only per mode273: All measurements per mode2829Example:3031ltc2990@4c {32compatible = "lltc,ltc2990";33reg = <0x4c>;34lltc,meas-mode = <7 3>; /* V1, V2, V3, V4 */35};363738