Skip to content

Commit

Permalink
tests: drivers: build_all: adc: Adding configuration for ti,tla2021
Browse files Browse the repository at this point in the history
Add configuration for ti,tla2021 to enable build test.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi committed Sep 22, 2024
1 parent 336e098 commit e8cbb88
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 e8cbb88

Please sign in to comment.