Back to home page

OSCL-LXR

 
 

    


0001 Bindings for the Maxim MAX31785 Intelligent Fan Controller
0002 ==========================================================
0003 
0004 Reference:
0005 
0006 https://datasheets.maximintegrated.com/en/ds/MAX31785.pdf
0007 
0008 The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel fan
0009 management with temperature and remote voltage sensing. Various fan control
0010 features are provided, including PWM frequency control, temperature hysteresis,
0011 dual tachometer measurements, and fan health monitoring.
0012 
0013 Required properties:
0014 - compatible     : One of "maxim,max31785" or "maxim,max31785a"
0015 - reg            : I2C address, one of 0x52, 0x53, 0x54, 0x55.
0016 
0017 Example:
0018 
0019         fans@52 {
0020                 compatible = "maxim,max31785";
0021                 reg = <0x52>;
0022         };