Commit 7094c9d8 authored by Mark Jackson's avatar Mark Jackson Committed by Tony Lindgren
Browse files

ARM: dts: am335x-nano: Enable I2C temperature sensor



The NanoBone platform supports a temperature sensor on the I2C bus.

Signed-off-by: default avatarMark Jackson <mpfj@newflow.co.uk>
Message-Id: <20221130140547.295859-4-mpfj@newflow.co.uk>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent af5ec6ab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -230,6 +230,11 @@ tps: tps@24 {
		reg = <0x24>;
	};

	temperature-sensor@48 {
		compatible = "lm75";
		reg = <0x48>;
	};

	eeprom@53 {
		compatible = "microchip,24c02", "atmel,24c02";
		reg = <0x53>;