Skip to content

Commit 9754d70

Browse files
author
Chris Ruehl
committed
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 <[email protected]>
1 parent 9df63a5 commit 9754d70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,3 +1090,9 @@ test_i2c_fxls8974: fxls8974@93 {
10901090
int1-gpios = <&test_gpio 0 0>;
10911091
int2-gpios = <&test_gpio 0 0>;
10921092
};
1093+
1094+
test_i2c_bmp180: bmp180@94 {
1095+
compatible = "bosch,bmp180";
1096+
reg = <0x94>;
1097+
osr-press = <0x01>;
1098+
};

0 commit comments

Comments
 (0)