Skip to content

Commit bbbd555

Browse files
drivers: sensor: Added HDC3022 entry in tests
1 parent f38d056 commit bbbd555

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
@@ -456,6 +456,12 @@ test_i2c_hdc2080: hdc2080@42 {
456456
reg = <0x42>;
457457
};
458458

459+
test_i2c_hdc3022: hdc3022@44 {
460+
compatible = "ti,hdc3022";
461+
reg = <0x44>;
462+
int-gpios = <&test_gpio 0 0>;
463+
};
464+
459465
test_i2c_opt3001: opt3001@43 {
460466
compatible = "ti,opt3001";
461467
reg = <0x43>;

0 commit comments

Comments
 (0)