tests: drivers: build_all: sensor: add NCT75

Add the temperature sensor NCT75 to the build_all tests.

Signed-off-by: Benedikt Schmidt <benediktibk@gmail.com>
This commit is contained in:
Benedikt Schmidt 2024-03-29 08:59:12 +01:00 committed by Anas Nashif
parent 10bbf7cd57
commit 4104012123

View file

@ -1030,3 +1030,9 @@ test_i2c_iis328dq: iis328dq@8a {
int2-gpios = <&test_gpio 0 0>;
threshold-int-pad = <2>;
};
test_i2c_nct75: test_i2c_nct75@8b {
compatible = "onnn,nct75";
reg = <0x8b>;
status = "okay";
};