Skip to content

Commit 233a1ab

Browse files
StijnCoussementcfriedt
authored andcommitted
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 523eed2 commit 233a1ab

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
@@ -1423,3 +1423,9 @@ test_i2c_als31300: als31300@bd {
14231423
compatible = "allegro,als31300";
14241424
reg = <0xbd>;
14251425
};
1426+
1427+
test_i2c_hdc302x: hdc302x@be {
1428+
compatible = "ti,hdc302x";
1429+
reg = <0xbe>;
1430+
int-gpios = <&test_gpio 0 0>;
1431+
};

0 commit comments

Comments
 (0)