Skip to content

Commit b8f2ad2

Browse files
committed
tests: icm45686: Add node to Build-All test
Only supported for SPI so far. Signed-off-by: Luis Ubieda <[email protected]>
1 parent 89828b9 commit b8f2ad2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/drivers/build_all/sensor/spi.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,3 +399,10 @@ test_spi_ilps22qs: ilps22qs@30 {
399399
spi-max-frequency = <0>;
400400
status = "okay";
401401
};
402+
403+
test_spi_icm45686:icm45686@31 {
404+
compatible = "invensense,icm45686";
405+
reg = <0x31>;
406+
spi-max-frequency = <0>;
407+
int-gpios = <&test_gpio 0 0>;
408+
};

0 commit comments

Comments
 (0)