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:
parent
477e7264ca
commit
e3c5e9a53f
1 changed files with 5 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue