diff --git a/tests/drivers/build_all/adc/boards/native_sim.overlay b/tests/drivers/build_all/adc/boards/native_sim.overlay index ff58caf19201443..f0d876f8435c3a1 100644 --- a/tests/drivers/build_all/adc/boards/native_sim.overlay +++ b/tests/drivers/build_all/adc/boards/native_sim.overlay @@ -344,6 +344,13 @@ #io-channel-cells = <1>; }; }; + + test_spi_tla2021: tla2021@20 { + compatible = "ti,tla2021"; + reg = <0x20>; + spi-max-frequency = <0>; + #io-channel-cells = <1>; + }; }; }; };