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:
parent
03c942132d
commit
8a154da914
1 changed files with 6 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue