Path: blob/master/Documentation/devicetree/bindings/hwmon/max31785.txt
26308 views
Bindings for the Maxim MAX31785 Intelligent Fan Controller1==========================================================23Reference:45https://datasheets.maximintegrated.com/en/ds/MAX31785.pdf67The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel fan8management with temperature and remote voltage sensing. Various fan control9features are provided, including PWM frequency control, temperature hysteresis,10dual tachometer measurements, and fan health monitoring.1112Required properties:13- compatible : One of "maxim,max31785" or "maxim,max31785a"14- reg : I2C address, one of 0x52, 0x53, 0x54, 0x55.1516Example:1718fans@52 {19compatible = "maxim,max31785";20reg = <0x52>;21};222324