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 3e0fdf9Copy full SHA for 3e0fdf9
tests/drivers/build_all/sensor/i2c.dtsi
@@ -1388,3 +1388,21 @@ test_i2c_mb7040: mb7040@ba {
1388
reg = <0xba>;
1389
status-gpios = <&test_gpio 0 0>;
1390
};
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
1402
1403
1404
+test_i2c_hdc3022: hdc3022@bd {
1405
+ compatible = "ti,hdc3022";
1406
+ reg = <0xbd>;
1407
1408
0 commit comments