MLK-14985-2 arm64: dts: imx8qm: add sensor support
authorGao Pan <pandy.gao@nxp.com>
Fri, 26 May 2017 07:20:57 +0000 (15:20 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:28 +0000 (15:22 -0500)
sensors: fxas2100, fxos8700, isl29023, mpl3115

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qm-lpddr4-arm2.dts

index e57c546..8d5f77f 100644 (file)
                        >;
                };
 
+               pinctrl_isl29023: isl29023grp {
+                       fsl,pins = <
+                               SC_P_ADC_IN2_LSIO_GPIO3_IO20            0x00000021
+                       >;
+               };
+
                pinctrl_usdhc1: usdhc1grp {
                        fsl,pins = <
                                SC_P_EMMC0_CLK_CONN_EMMC0_CLK           0x06000021
                gpio-controller;
                #gpio-cells = <2>;
        };
+
+       fxas2100x@20 {
+               compatible = "fsl,fxas2100x";
+               reg = <0x20>;
+       };
+
+       fxos8700@1d {
+               compatible = "fsl,fxos8700";
+               reg = <0x1d>;
+       };
+
+       isl29023@44 {
+               pinctrl-names = "default";
+               pinctrl-0 = <&pinctrl_isl29023>;
+               compatible = "fsl,isl29023";
+               reg = <0x44>;
+               rext = <499>;
+               interrupt-parent = <&gpio3>;
+               interrupts = <20 2>;
+       };
+
+       mpl3115@60 {
+               compatible = "fsl,mpl3115";
+               reg = <0x60>;
+       };
 };
 
 &i2c1_lvds0 {