Skip to content

Commit 3e0fdf9

Browse files
drivers: sensor: ti: Add TI temp sensor HDC302x to tests
The HDC3022, HDC3021 and HDC3020 sensors are added to the tests Signed-off-by: COUSSEMENT Stijn <[email protected]>
1 parent 4aae4b2 commit 3e0fdf9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,3 +1388,21 @@ test_i2c_mb7040: mb7040@ba {
13881388
reg = <0xba>;
13891389
status-gpios = <&test_gpio 0 0>;
13901390
};
1391+
1392+
test_i2c_hdc3020: hdc3020@bb {
1393+
compatible = "ti,hdc3020";
1394+
reg = <0xbb>;
1395+
int-gpios = <&test_gpio 0 0>;
1396+
};
1397+
1398+
test_i2c_hdc3021: hdc3021@bc {
1399+
compatible = "ti,hdc3021";
1400+
reg = <0xbc>;
1401+
int-gpios = <&test_gpio 0 0>;
1402+
};
1403+
1404+
test_i2c_hdc3022: hdc3022@bd {
1405+
compatible = "ti,hdc3022";
1406+
reg = <0xbd>;
1407+
int-gpios = <&test_gpio 0 0>;
1408+
};

0 commit comments

Comments
 (0)