tests: build_all: sensor: add bmi160 i2c

Ensure that the sensor build_all test builds the i2c version of bmi160.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2021-08-08 17:57:46 +10:00 committed by Christopher Friedt
commit 8a4cdc33b5

View file

@ -616,6 +616,12 @@ test_i2c_vcnl4040: vcnl4040@60 {
int-gpios = <&test_gpio 0 0>;
};
test_i2c_bmi160: bmi160@4a {
compatible = "bosch,bmi160";
label = "BMI160";
reg = <0x4a>;
};
test_i2c_bmi270: bmi270@4a {
compatible = "bosch,bmi270";
label = "BMI270";