tests: drivers: build_all: sensors: added mlx90394

added mlx90394 to the testcase so that it is in build.

Signed-off-by: Florian Weber <Florian.Weber@live.de>
This commit is contained in:
Florian Weber 2025-01-15 14:23:11 +01:00 committed by Benjamin Cabé
parent 432c0cdc35
commit 4a7ac1a712

View file

@ -1155,6 +1155,12 @@ test_i2c_npm2100: npm2100@9f {
};
};
test_i2c_mlx90394: mlx90394@a0 {
compatible = "melexis,mlx90394";
status = "okay";
reg = <0xa0>;
};
test_i2c_scd40: scd40@a1 {
compatible = "sensirion,scd40";
reg = <0xa1>;