lm70.txt 355 B

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