tests: build_all: sensors: add bmp180@94, i2c.dtsi

Add bmp180 test case to tests/drivers/build_all/sensor/i2c.dtsi

Signed-off-by: Chris Ruehl <chris@gtsys.com.hk>
This commit is contained in:
Chris Ruehl 2024-08-24 11:00:22 +08:00 committed by Anas Nashif
commit 8a154da914

View file

@ -1090,3 +1090,9 @@ test_i2c_fxls8974: fxls8974@93 {
int1-gpios = <&test_gpio 0 0>;
int2-gpios = <&test_gpio 0 0>;
};
test_i2c_bmp180: bmp180@94 {
compatible = "bosch,bmp180";
reg = <0x94>;
osr-press = <0x01>;
};