MLK-12205 ARM: dts: 6sx-ard: add sensor node
authorGao Pan <pandy.gao@nxp.com>
Tue, 12 Jan 2016 10:21:20 +0000 (18:21 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:45 +0000 (14:49 -0500)
Add sensor node in 6sx-ard dts. The sensors are mma8451,
mag3110 and isl29023.

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
arch/arm/boot/dts/imx6sx-sabreauto.dts

index cddc302..c2e14c1 100644 (file)
                #gpio-cells = <2>;
                resets = <&max7310_reset>;
        };
+
+       mma8451@1c {
+               compatible = "fsl,mma8451";
+               reg = <0x1c>;
+               position = <7>;
+               interrupt-parent = <&gpio3>;
+               interrupts = <24 8>;
+               interrupt-route = <1>;
+       };
+
+       mag3110@0e {
+               compatible = "fsl,mag3110";
+               reg = <0x0e>;
+               position = <2>;
+               interrupt-parent = <&gpio6>;
+               interrupts = <6 1>;
+       };
+
+       isl29023@44 {
+               compatible = "fsl,isl29023";
+               reg = <0x44>;
+               rext = <499>;
+               interrupt-parent = <&gpio3>;
+               interrupts = <23 2>;
+       };
+
 };
 
 &lcdif2 {