xref: /freebsd/sys/contrib/device-tree/Bindings/hwmon/max1619.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotBindings for MAX1619 Temperature Sensor
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible : "maxim,max1619"
5*c66ec88fSEmmanuel Vadot- reg        : I2C address, one of 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, or
6*c66ec88fSEmmanuel Vadot               0x4d, 0x4e
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotExample:
9*c66ec88fSEmmanuel Vadot	temp@4c {
10*c66ec88fSEmmanuel Vadot		compatible = "maxim,max1619";
11*c66ec88fSEmmanuel Vadot		reg = <0x4c>;
12*c66ec88fSEmmanuel Vadot	};
13