Unverified Commit ea738c32 authored by Jagan Teki's avatar Jagan Teki Committed by Maxime Ripard
Browse files

arm64: dts: allwinner: a64-amarula-relic: Add STLM75 sensor



Amarula A64 Relic has STLM75 sensor for digital temperature
and thermal watchdog.

Add support for it.

Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 24bd5d2c
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -34,6 +34,21 @@
	status = "okay";
};

&i2c0 {
	pinctrl-names = "default";
	pinctrl-0 = <&i2c0_pins>;
	status = "okay";

	sensor@48 {
		compatible = "st,stlm75";
		reg = <0x48>;
	};
};

&i2c0_pins {
	bias-pull-up;
};

&mmc1 {
	pinctrl-names = "default";
	pinctrl-0 = <&mmc1_pins>;