We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72854df commit 7e1bc39Copy full SHA for 7e1bc39
tests/drivers/build_all/sensor/i3c.dtsi
@@ -60,3 +60,10 @@ test_i3c_lsm6dsv32x: lsm6dsv32x@600000803E0000004 {
60
gyro-range = <LSM6DSV16X_DT_FS_2000DPS>;
61
gyro-odr = <LSM6DSV16X_DT_ODR_AT_60Hz>;
62
};
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