tests: drivers: build_all: sensor: mcp9600 test case

Adds test case for mcp9600 thermocouple amplifier.

Signed-off-by: Maxmillion McLaughlin <github@maxmclau.com>
This commit is contained in:
Maxmillion McLaughlin 2023-02-25 21:10:17 -07:00 committed by Maureen Helm
commit e3c5e9a53f

View file

@ -734,3 +734,8 @@ test_i2c_lsm6dsv16x: lsm6dsv16x@70 {
reg = <0x70>;
irq-gpios = <&test_gpio 0 0>;
};
test_i2c_mcp9600: mcp9600@71 {
compatible = "microchip,mcp9600";
reg = <0x71>;
};