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:
parent
3085c4d070
commit
8a4cdc33b5
1 changed files with 6 additions and 0 deletions
|
@ -616,6 +616,12 @@ test_i2c_vcnl4040: vcnl4040@60 {
|
||||||
int-gpios = <&test_gpio 0 0>;
|
int-gpios = <&test_gpio 0 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
test_i2c_bmi160: bmi160@4a {
|
||||||
|
compatible = "bosch,bmi160";
|
||||||
|
label = "BMI160";
|
||||||
|
reg = <0x4a>;
|
||||||
|
};
|
||||||
|
|
||||||
test_i2c_bmi270: bmi270@4a {
|
test_i2c_bmi270: bmi270@4a {
|
||||||
compatible = "bosch,bmi270";
|
compatible = "bosch,bmi270";
|
||||||
label = "BMI270";
|
label = "BMI270";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue