arm64: dts: imx8qxp-mek: Add sensors under i2c1 bus

Add sensors under i2c1 bus.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Frank Li
2025-11-20 16:53:50 -05:00
committed by Shawn Guo
parent 92ecc94b27
commit 4ea67ed403

View File

@@ -485,12 +485,38 @@ i2c@2 {
#size-cells = <0>;
reg = <2>;
accelerometer@1e {
compatible = "nxp,fxos8700";
reg = <0x1e>;
};
gyroscope@21 {
compatible = "nxp,fxas21002c";
reg = <0x21>;
};
pressure-sensor@60 {
compatible = "fsl,mpl3115";
reg = <0x60>;
vdd-supply = <&reg_3v3>;
vddio-supply = <&reg_3v3>;
};
/* Ref SCH-54536 */
inertial-meter@68 {
compatible = "invensense,icm20602";
reg = <0x68>;
};
inertial-meter@69 {
compatible = "invensense,iam20380";
reg = <0x69>;
};
pressure-sensor@77 {
compatible = "meas,ms5611";
reg = <0x77>;
};
};
i2c@3 {
@@ -520,6 +546,12 @@ light-sensor@44 {
interrupt-parent = <&lsio_gpio1>;
interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
};
/* Ref SCH-54536 */
light-sensort@60 {
compatible = "vishay,vcnl4035";
reg = <0x60>;
};
};
};