summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorGao Pan <pandy.gao@nxp.com>2016-01-12 18:21:20 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitf0599f9fa6ec4ce51207880ace6496962f0bebef (patch)
treefe1178cad540922f2185c0faeaf0b3f26b1cb18c /arch/arm/boot
parentb7dc2121e0a246fecb530c98da991fc268522929 (diff)
MLK-12205 ARM: dts: 6sx-ard: add sensor node
Add sensor node in 6sx-ard dts. The sensors are mma8451, mag3110 and isl29023. Signed-off-by: Gao Pan <pandy.gao@nxp.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6sx-sabreauto.dts26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sabreauto.dts b/arch/arm/boot/dts/imx6sx-sabreauto.dts
index cddc30226c03..c2e14c1dd010 100644
--- a/arch/arm/boot/dts/imx6sx-sabreauto.dts
+++ b/arch/arm/boot/dts/imx6sx-sabreauto.dts
@@ -353,6 +353,32 @@
#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 {