Skip to content

Commit 92f063a

Browse files
committed
tests: build_all: sensor: Add ICM45686 as an I2C device
To validate build-time functionality. Signed-off-by: Luis Ubieda <[email protected]>
1 parent 034e875 commit 92f063a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

+6
Original file line numberDiff line numberDiff line change
@@ -1284,3 +1284,9 @@ test_i2c_icp201xx: icp201xx@af {
12841284
op-mode = "mode0";
12851285
drive-strength = "current_12mA_1_8V";
12861286
};
1287+
1288+
test_i2c_icm45686: icm45686@b0 {
1289+
compatible = "invensense,icm45686";
1290+
reg = <0xb0>;
1291+
int-gpios = <&test_gpio 0 0>;
1292+
};

0 commit comments

Comments
 (0)