mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04:00
arm64: dts: imx8mq-librem5-devkit: add accelerometer and gyro sensor
Now that there is driver support, describe the accel and gyro sensor parts of the LSM9DS1 IMU. Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm> Reviewed-by: Guido Günther <agx@sigxcpu.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
bff5b97237
commit
537c00e3a7
@@ -440,6 +440,13 @@ touchscreen@5d {
|
||||
AVDD28-supply = <®_2v8_p>;
|
||||
VDDIO-supply = <®_1v8_p>;
|
||||
};
|
||||
|
||||
accel-gyro@6a {
|
||||
compatible = "st,lsm9ds1-imu";
|
||||
reg = <0x6a>;
|
||||
vdd-supply = <®_3v3_p>;
|
||||
vddio-supply = <®_3v3_p>;
|
||||
};
|
||||
};
|
||||
|
||||
&iomuxc {
|
||||
|
||||
Reference in New Issue
Block a user