We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aae4b2 commit 037f347Copy full SHA for 037f347
tests/drivers/build_all/sensor/i2c.dtsi
@@ -456,6 +456,24 @@ test_i2c_hdc2080: hdc2080@42 {
456
reg = <0x42>;
457
};
458
459
+test_i2c_hdc3020: hdc3020@44 {
460
+ compatible = "ti,hdc3020";
461
+ reg = <0x44>;
462
+ int-gpios = <&test_gpio 0 0>;
463
+};
464
+
465
+test_i2c_hdc3021: hdc3021@44 {
466
+ compatible = "ti,hdc3021";
467
468
469
470
471
+test_i2c_hdc3022: hdc3022@44 {
472
+ compatible = "ti,hdc3022";
473
474
475
476
477
test_i2c_opt3001: opt3001@43 {
478
compatible = "ti,opt3001";
479
reg = <0x43>;
0 commit comments