Skip to content

Commit 24506d9

Browse files
committed
[nrf noup] tests: add i2c devices to build_all
Temporary change to make the bmm350 commit apply cleanly. Signed-off-by: Maximilian Deubel <[email protected]>
1 parent eab01fb commit 24506d9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,3 +1211,23 @@ test_i2c_tmag3001: tmag3001@a8 {
12111211
operation-mode = <TMAG5273_DT_OPER_MODE_CONTINUOUS>;
12121212
angle-magnitude-axis = <TMAG5273_DT_ANGLE_MAG_XY>;
12131213
};
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

Comments
 (0)