Skip to content

Commit 3b03b84

Browse files
drivers: sensor: ti: Add TI temp sensor HDC302x to tests
The HDC302x sensor is added to the i2c tests Signed-off-by: COUSSEMENT Stijn <[email protected]>
1 parent 15c42ae commit 3b03b84

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
@@ -1417,3 +1417,9 @@ test_i2c_ina7xx: ina7xx@bc {
14171417
tct = <5>;
14181418
avg = <3>;
14191419
};
1420+
1421+
test_i2c_hdc302x: hdc302x@bd {
1422+
compatible = "ti,hdc302x";
1423+
reg = <0xbd>;
1424+
int-gpios = <&test_gpio 0 0>;
1425+
};

0 commit comments

Comments
 (0)