summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGao Pan <pandy.gao@nxp.com>2016-01-12 18:21:20 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 11:03:11 -0600
commit13a0c46d1a5674b2a0b7191ca5eebf8fa4b89a7d (patch)
tree1535ec9edb4cdf0440e527ebec4cd20ec4576073
parenteaee84db9ffd2077744ca14ed4d523145f0705ef (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>
-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 34f30609d6d9..b67e61a5c69b 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 {