Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28871015 authored by Sourav Poddar's avatar Sourav Poddar Committed by Benoit Cousson
Browse files

ARM: dts: omap5-evm: Add bmp085 sensor support



Add bmp085 pressure sensor data in omap5 evm dts file.

Signed-off-by: default avatarSourav Poddar <sourav.poddar@ti.com>
Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 5449fbc2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -51,6 +51,16 @@
	status = "disabled";
};

&i2c2 {
	clock-frequency = <400000>;

	/* Pressure Sensor */
	bmp085@77 {
		compatible = "bosch,bmp085";
		reg = <0x77>;
	};
};

&i2c4 {
	clock-frequency = <400000>;