Path: blob/main/sys/contrib/device-tree/Bindings/hwmon/jc42.txt
48375 views
Properties for Jedec JC-42.4 compatible temperature sensors12Required properties:3- compatible: May include a device-specific string consisting of the4manufacturer and the name of the chip. A list of supported5chip names follows.6Must include "jedec,jc-42.4-temp" for any Jedec JC-42.47compatible temperature sensor.89Supported chip names:10adi,adt740811atmel,at30ts0012atmel,at30tse00413onnn,cat609514onnn,cat34ts0215maxim,max660416microchip,mcp980417microchip,mcp980518microchip,mcp980819microchip,mcp9824320microchip,mcp9824421microchip,mcp984322nxp,se9723nxp,se9824st,stts200225st,stts200426st,stts300027st,stts42428st,stts424e29idt,tse200230idt,tse200431idt,ts300032idt,ts30013334- reg: I2C address3536Optional properties:37- smbus-timeout-disable: When set, the smbus timeout function will be disabled.38This is not supported on all chips.3940Example:4142temp-sensor@1a {43compatible = "jedec,jc-42.4-temp";44reg = <0x1a>;45};464748