File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
tests/drivers/build_all/sensor Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ CONFIG_HTS221=y
3939CONFIG_I3G4250D=y
4040CONFIG_ICM42605=y
4141CONFIG_ICM42605_TRIGGER_NONE=y
42+ CONFIG_ICM42670=y
4243CONFIG_IIS2DH=y
4344CONFIG_IIS2DLPC=y
4445CONFIG_IIS2ICLX=y
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y
1414CONFIG_HMC5883L_TRIGGER_OWN_THREAD=y
1515CONFIG_HTS221_TRIGGER_OWN_THREAD=y
1616CONFIG_ICM42605_TRIGGER_GLOBAL_THREAD=y
17+ CONFIG_ICM42670_TRIGGER_OWN_THREAD=y
1718CONFIG_IIS2DH_TRIGGER_OWN_THREAD=y
1819CONFIG_IIS2DLPC_TRIGGER_OWN_THREAD=y
1920CONFIG_IIS2ICLX_TRIGGER_OWN_THREAD=y
Original file line number Diff line number Diff line change @@ -325,3 +325,15 @@ test_spi_i3g4250d: i3g4250d@3b {
325325 reg = <0x3b>;
326326 spi-max-frequency = <0>;
327327};
328+
329+ test_spi_icm42670: icm42670@3c {
330+ compatible = "invensense,icm42670";
331+ label = "ICM42670";
332+ reg = <0x3c>;
333+ spi-max-frequency = <0>;
334+ int-gpios = <&test_gpio 0 0>;
335+ accel-hz = <800>;
336+ accel-fs = <16>;
337+ gyro-hz = <800>;
338+ gyro-fs = <2000>;
339+ };
You can’t perform that action at this time.
0 commit comments