Skip to content

Commit 0bdc838

Browse files
committed
boards: vmu_rt1170: Add axis alignment to ICM42686
Matches with on-board ICM42688, complying with right-hand rule. Signed-off-by: Benjamin Perseghetti <[email protected]> Signed-off-by: Luis Ubieda <[email protected]>
1 parent 23a8375 commit 0bdc838

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

boards/nxp/vmu_rt1170/vmu_rt1170_mimxrt1176_cm7.dts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,11 @@
260260
gyro-pwr-mode = <ICM42686_DT_GYRO_LN>;
261261
gyro-odr = <ICM42686_DT_GYRO_ODR_1000>;
262262
gyro-fs = <ICM42686_DT_GYRO_FS_2000>;
263-
axis-align-x = <SENSOR_AXIS_ALIGN_DT_Y>;
264-
axis-align-y = <SENSOR_AXIS_ALIGN_DT_X>;
263+
axis-align-x = <SENSOR_AXIS_ALIGN_DT_X>;
264+
axis-align-y = <SENSOR_AXIS_ALIGN_DT_Y>;
265265
axis-align-z = <SENSOR_AXIS_ALIGN_DT_Z>;
266+
axis-align-x-sign = <SENSOR_AXIS_ALIGN_DT_NEG>;
267+
axis-align-z-sign = <SENSOR_AXIS_ALIGN_DT_NEG>;
266268
fifo-hires;
267269
};
268270
};

0 commit comments

Comments
 (0)