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:
parent
10bbf7cd57
commit
4104012123
1 changed files with 6 additions and 0 deletions
|
@ -1030,3 +1030,9 @@ test_i2c_iis328dq: iis328dq@8a {
|
||||||
int2-gpios = <&test_gpio 0 0>;
|
int2-gpios = <&test_gpio 0 0>;
|
||||||
threshold-int-pad = <2>;
|
threshold-int-pad = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
test_i2c_nct75: test_i2c_nct75@8b {
|
||||||
|
compatible = "onnn,nct75";
|
||||||
|
reg = <0x8b>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue