MLK-10835-4 ARM: dts: imx7d-sdb: enable mpl3115,fxas2100x,fxos8700 sensor
authorFugang Duan <b38611@freescale.com>
Tue, 18 Aug 2015 01:44:00 +0000 (09:44 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:29 +0000 (14:47 -0500)
Enable mpl3115, fxas2100x, fxos8700 sensor.

Signed-off-by: Fugang Duan <B38611@freescale.com>
(cherry picked from commit: 85e2a3f268ce315ea67ef8805f11a1a1266a3e33)

arch/arm/boot/dts/imx7d-sdb.dts

index 5646fff..8c876b3 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_i2c2>;
        status = "okay";
+
+       fxas2100x@20 {
+               compatible = "fsl,fxas2100x";
+               reg = <0x20>;
+       };
+
+       fxos8700@1e {
+               compatible = "fsl,fxos8700";
+               reg = <0x1e>;
+       };
+
+       mpl3115@60 {
+               compatible = "fsl,mpl3115";
+               reg = <0x60>;
+       };
 };
 
 &i2c3 {