jc42.txt 984 B

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