^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) Properties for Jedec JC-42.4 compatible temperature sensors
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - compatible: May include a device-specific string consisting of the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) manufacturer and the name of the chip. A list of supported
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) chip names follows.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Must include "jedec,jc-42.4-temp" for any Jedec JC-42.4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) compatible temperature sensor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) Supported chip names:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) adi,adt7408
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) atmel,at30ts00
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) atmel,at30tse004
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) onnn,cat6095
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) onnn,cat34ts02
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) maxim,max6604
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) microchip,mcp9804
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) microchip,mcp9805
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) microchip,mcp9808
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) microchip,mcp98243
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) microchip,mcp98244
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) microchip,mcp9843
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) nxp,se97
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) nxp,se98
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) st,stts2002
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) st,stts2004
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) st,stts3000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) st,stts424
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) st,stts424e
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) idt,tse2002
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) idt,tse2004
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) idt,ts3000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) idt,ts3001
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) - reg: I2C address
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) - smbus-timeout-disable: When set, the smbus timeout function will be disabled.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) This is not supported on all chips.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) temp-sensor@1a {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) compatible = "jedec,jc-42.4-temp";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) reg = <0x1a>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) };