summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2019-11-06 18:21:19 -0600
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:09:20 +0800
commit7369387d9b9a7ea11dc8ebbc4cc8afdb863181f8 (patch)
treef2d241b3765e35d3f849ba9df790ad3e8e5e8fd5 /arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts
parentd9f7df84dc497630f07d53f1a9d630429b68a30e (diff)
arm: dts: add gpmi weim dts for imx6dl sabreatuo
add gpmi weim dts for imx6dl sabreatuo Signed-off-by: Han Xu <han.xu@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts45
1 files changed, 45 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts b/arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts
new file mode 100644
index 000000000000..8990519be861
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts
@@ -0,0 +1,45 @@
+// SPDX-License-Identifier: GPL-2.0
+//
+// Copyright (C) 2014 Freescale Semiconductor, Inc.
+
+
+#include "imx6dl-sabreauto.dts"
+
+&ecspi1 {
+ /* pin conflict with weim */
+ status = "disabled";
+};
+
+&can2 {
+ /* max7310_c on i2c3 is gone */
+ status = "disabled";
+};
+
+&gpmi {
+ status = "okay";
+};
+
+&i2c3 {
+ /* pin conflict with weim */
+ status = "disabled";
+};
+
+&uart3 {
+ /* pin conflict with gpmi and weim */
+ status = "disabled";
+};
+
+&usbh1 {
+ /* max7310_b on i2c3 is gone */
+ status = "disabled";
+};
+
+&usbotg {
+ dr_mode = "peripheral";
+ status = "okay";
+};
+
+&weim {
+ pinctrl-assert-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
+ status = "okay";
+};