Skip to content

Commit

Permalink
tests: drivers: build_all: adc: Add spi-devices build test
Browse files Browse the repository at this point in the history
Add build tests for following devices.

- ti,tla2021

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi committed Sep 17, 2024
1 parent c023ef2 commit 7d650c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/drivers/build_all/adc/boards/native_sim.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};
};

0 comments on commit 7d650c7

Please sign in to comment.