tests: drivers: build_all: sensor: add MCP90X

Add MCP90X temperature sensor to build all test

Signed-off-by: Nick Ward <nix.ward@gmail.com>
This commit is contained in:
Nick Ward 2023-03-19 13:03:27 +11:00 committed by Carles Cufí
commit 734993d3bb
3 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,14 @@
/*
* Copyright (c) 2023 FTP Technologies
*
* SPDX-License-Identifier: Apache-2.0
*
* Application overlay for ADC devices
*/
test_adc_mcp9700a: mcp9700a {
status = "okay";
compatible = "microchip,mcp970x";
family = "MCP9700/9700A";
io-channels = <&test_adc 0>;
};