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:
parent
5fb5de7e43
commit
132df467c0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ test_adc_mcp9700a: mcp9700a {
|
||||||
io-channels = <&test_adc 0>;
|
io-channels = <&test_adc 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
adc0: adc {
|
test_adc_emul: adc {
|
||||||
compatible = "zephyr,adc-emul";
|
compatible = "zephyr,adc-emul";
|
||||||
nchannels = <2>;
|
nchannels = <2>;
|
||||||
ref-internal-mv = <3300>;
|
ref-internal-mv = <3300>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue