···11+Properties for Jedec JC-42.4 compatible temperature sensors22+33+Required properties:44+- compatible: May include a device-specific string consisting of the55+ manufacturer and the name of the chip. A list of supported66+ chip names follows.77+ Must include "jedec,jc-42.4-temp" for any Jedec JC-42.488+ compatible temperature sensor.99+1010+ Supported chip names:1111+ adi,adt74081212+ atmel,at30ts001313+ atmel,at30tse0041414+ onnn,cat60951515+ onnn,cat34ts021616+ maxim,max66041717+ microchip,mcp98041818+ microchip,mcp98051919+ microchip,mcp98082020+ microchip,mcp982432121+ microchip,mcp982442222+ microchip,mcp98432323+ nxp,se972424+ nxp,se982525+ st,stts20022626+ st,stts20042727+ st,stts30002828+ st,stts4242929+ st,stts424e3030+ idt,tse20023131+ idt,tse20043232+ idt,ts30003333+ idt,ts30013434+3535+- reg: I2C address3636+3737+Example:3838+3939+temp-sensor@1a {4040+ compatible = "jedec,jc-42.4-temp";4141+ reg = <0x1a>;4242+};