tests: drivers: build_all: sensor: Rename adc node

Rename adc node to not collide with the default adc
node now present in the native posix dts.

Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
This commit is contained in:
Benjamin Björnsson 2023-04-17 19:47:53 +02:00 committed by Carles Cufí
parent 5fb5de7e43
commit 132df467c0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ test_adc_mcp9700a: mcp9700a {
io-channels = <&test_adc 0>;
};
adc0: adc {
test_adc_emul: adc {
compatible = "zephyr,adc-emul";
nchannels = <2>;
ref-internal-mv = <3300>;