Skip to content

Commit 13416c5

Browse files
aurel32carlescufi
authored andcommitted
tests: build_all: sensor: add I2C version of the MS5607 device
Add the I2C version of the MS5607 (the SPI version was already enabled) so that it gets compiled tested. Signed-off-by: Aurelien Jarno <[email protected]>
1 parent 9d0169d commit 13416c5

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
@@ -174,6 +174,12 @@ test_i2c_max44009: max44009@19 {
174174
int-gpios = <&test_gpio 0 0>;
175175
};
176176

177+
test_i2c_ms5607: ms5607@76 {
178+
compatible = "meas,ms5607";
179+
label = "MS5607";
180+
reg = <0x76>;
181+
};
182+
177183
test_i2c_ms5837: ms5837@1a {
178184
compatible = "meas,ms5837";
179185
label = "MS5837";

0 commit comments

Comments
 (0)