ARM: dts: imx: tqma7: add lm75a sensor (rev. 01xxx)

TQMa7x (revision 01xxx) uses a LM75A temperature sensor.
The two sensors use different I2C addresses, so we can set both sensors
simultaneously.

Signed-off-by: João Rodrigues <jrodrigues@ubimet.com>
Reviewed-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
João Rodrigues 2023-11-02 23:11:30 +01:00 committed by Shawn Guo
parent b76bbf835d
commit c9d4affbe6

View file

@ -128,11 +128,16 @@
};
};
/* NXP SE97BTP with temperature sensor + eeprom */
/* LM75A temperature sensor, TQMa7x 01xx */
lm75a: temperature-sensor@48 {
compatible = "national,lm75a";
reg = <0x48>;
};
/* NXP SE97BTP with temperature sensor + eeprom, TQMa7x 02xx */
se97b: temperature-sensor-eeprom@1e {
compatible = "nxp,se97b", "jedec,jc-42.4-temp";
reg = <0x1e>;
status = "okay";
};
/* ST M24C64 */