Skip to content

Commit 150cd56

Browse files
ubiedakartben
authored andcommitted
tests: build_all: sensor: Add ICM45686 as an I2C device
To validate build-time functionality. Signed-off-by: Luis Ubieda <[email protected]>
1 parent 0a4d86c commit 150cd56

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
@@ -1290,3 +1290,9 @@ test_i2c_paj7620: paj7620@b0 {
12901290
reg = <0xb0>;
12911291
int-gpios = <&test_gpio 0 0>;
12921292
};
1293+
1294+
test_i2c_icm45686: icm45686@b1 {
1295+
compatible = "invensense,icm45686";
1296+
reg = <0xb1>;
1297+
int-gpios = <&test_gpio 0 0>;
1298+
};

0 commit comments

Comments
 (0)