mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 08:15:07 -04:00
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:
@@ -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 = <®_3v3>;
|
||||
vddio-supply = <®_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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user