Skip to content

Commit 7e1bc39

Browse files
ubiedakartben
authored andcommitted
tests: build_all: sensor: Add ICM45686 as an I3C device
To validate build-time functionality. Signed-off-by: Luis Ubieda <luisf@croxel.com>
1 parent 72854df commit 7e1bc39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/drivers/build_all/sensor/i3c.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,10 @@ test_i3c_lsm6dsv32x: lsm6dsv32x@600000803E0000004 {
6060
gyro-range = <LSM6DSV16X_DT_FS_2000DPS>;
6161
gyro-odr = <LSM6DSV16X_DT_ODR_AT_60Hz>;
6262
};
63+
64+
test_i3c_icm45686: icm45686@700000803E0000004 {
65+
compatible = "invensense,icm45686";
66+
reg = <0x7 0x00000803 0xE0000004>;
67+
assigned-address = <0x7>;
68+
int-gpios = <&test_gpio 0 0>;
69+
};

0 commit comments

Comments
 (0)