summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sabreauto.dts
diff options
context:
space:
mode:
authorClark Wang <xiaoning.wang@nxp.com>2019-08-15 09:44:48 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:06:12 +0800
commit26792987c369f198b18a368f1167cafa583e88b8 (patch)
treeb0f096a0411ba9ac5881a46bbf474175829d2a7e /arch/arm/boot/dts/imx6sx-sabreauto.dts
parent55ad6777a9fdee6dc189f21f40eeb3a4a43ae197 (diff)
arm: dts: add sensors dts nodes
Add sensors nodes in dts files for tests. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sabreauto.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sabreauto.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sabreauto.dts b/arch/arm/boot/dts/imx6sx-sabreauto.dts
index 73c83e3eef2a..f1cd0aeed2e3 100644
--- a/arch/arm/boot/dts/imx6sx-sabreauto.dts
+++ b/arch/arm/boot/dts/imx6sx-sabreauto.dts
@@ -512,6 +512,31 @@
gpio-controller;
#gpio-cells = <2>;
};
+
+ mma8451@1c {
+ compatible = "fsl,mma8451";
+ reg = <0x1c>;
+ position = <7>;
+ interrupt-parent = <&gpio3>;
+ interrupts = <24 8>;
+ interrupt-route = <1>;
+ };
+
+ mag3110@e {
+ compatible = "fsl,mag3110";
+ reg = <0xe>;
+ position = <2>;
+ interrupt-parent = <&gpio6>;
+ interrupts = <6 1>;
+ };
+
+ isl29023@44 {
+ compatible = "fsl,isl29023";
+ reg = <0x44>;
+ rext = <499>;
+ interrupt-parent = <&gpio3>;
+ interrupts = <23 2>;
+ };
};
&wdog1 {