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 eab01fb commit 24506d9Copy full SHA for 24506d9
tests/drivers/build_all/sensor/i2c.dtsi
@@ -1211,3 +1211,23 @@ test_i2c_tmag3001: tmag3001@a8 {
1211
operation-mode = <TMAG5273_DT_OPER_MODE_CONTINUOUS>;
1212
angle-magnitude-axis = <TMAG5273_DT_ANGLE_MAG_XY>;
1213
};
1214
+
1215
+test_i2c_tmp435: tmp435@a9 {
1216
+ compatible = "ti,tmp435";
1217
+ reg = <0xa9>;
1218
+ external-channel;
1219
+ resistance-correction;
1220
+ beta-compensation = <0x0f>;
1221
+};
1222
1223
+test_i2c_xbr818: xbr818@aa {
1224
+ compatible = "phosense,xbr818";
1225
+ reg = <0xaa>;
1226
+ int-gpios = <&test_gpio 0 0>;
1227
+ i2c-en-gpios = <&test_gpio 0 0>;
1228
1229
1230
+test_i2c_veml6031: veml6031@ab {
1231
+ compatible = "vishay,veml6031";
1232
+ reg = <0xab>;
1233
0 commit comments