drivers: sensors: Add driver for LM95234 temperature sensor

Add a driver for the National/TI LM95234 Quad Remote Diode and Local
Temperature Sensor with SMBus Interface and TruTherm Technology.

Signed-off-by: Robert Hancock <robert.hancock@calian.com>
This commit is contained in:
Robert Hancock 2024-01-31 15:12:39 -06:00 committed by Alberto Escolar
commit 2d171efcec
8 changed files with 376 additions and 0 deletions

View file

@ -1055,3 +1055,9 @@ test_i2c_shtc1: shtc1@8e {
measure-mode = "low-power";
clock-stretching;
};
test_i2c_lm95234: lm95234@8f {
compatible = "national,lm95234";
reg = <0x8f>;
status = "okay";
};