···11+Bindings for the Maxim MAX31785 Intelligent Fan Controller22+==========================================================33+44+Reference:55+66+https://datasheets.maximintegrated.com/en/ds/MAX31785.pdf77+88+The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel fan99+management with temperature and remote voltage sensing. Various fan control1010+features are provided, including PWM frequency control, temperature hysteresis,1111+dual tachometer measurements, and fan health monitoring.1212+1313+Required properties:1414+- compatible : One of "maxim,max31785" or "maxim,max31785a"1515+- reg : I2C address, one of 0x52, 0x53, 0x54, 0x55.1616+1717+Example:1818+1919+ fans@52 {2020+ compatible = "maxim,max31785";2121+ reg = <0x52>;2222+ };