lm70.txt 369 B

12345678910111213141516171819202122
  1. * LM70/TMP121/LM71/LM74 thermometer.
  2. Required properties:
  3. - compatible: one of
  4. "ti,lm70"
  5. "ti,tmp121"
  6. "ti,tmp122"
  7. "ti,lm71"
  8. "ti,lm74"
  9. See Documentation/devicetree/bindings/spi/spi-bus.txt for more required and
  10. optional properties.
  11. Example:
  12. spi_master {
  13. temperature-sensor@0 {
  14. compatible = "ti,lm70";
  15. reg = <0>;
  16. spi-max-frequency = <1000000>;
  17. };
  18. };