summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-sabreauto-gpmi-weim.dts
diff options
context:
space:
mode:
authorAllen Xu <b45815@freescale.com>2014-09-24 15:00:18 -0500
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:18:02 -0600
commit0df8baddb6adfd0e658b9d962daba9e584c06057 (patch)
tree8fa0ddc200f555970a4390239cc33e3133f53f17 /arch/arm/boot/dts/imx6q-sabreauto-gpmi-weim.dts
parente449b859c48771ff1dfa2f91740d89f5b42ab1a9 (diff)
ENGR00333048 ARM: dts: add new dts for gpmi and weim on imx6q sabreauto
new dts file to support gpmi/weim on imx6q sabreauto board. Signed-off-by: Allen Xu <b45815@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabreauto-gpmi-weim.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-sabreauto-gpmi-weim.dts49
1 files changed, 49 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabreauto-gpmi-weim.dts b/arch/arm/boot/dts/imx6q-sabreauto-gpmi-weim.dts
new file mode 100644
index 000000000000..1777e7a68edd
--- /dev/null
+++ b/arch/arm/boot/dts/imx6q-sabreauto-gpmi-weim.dts
@@ -0,0 +1,49 @@
+/*
+ * Copyright (C) 2014 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx6q-sabreauto.dts"
+
+&ecspi1 {
+ /* pin conflict with weim */
+ status = "disabled";
+};
+
+&flexcan2 {
+ /* 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 {
+ /* max7310_c on i2c3 is gone */
+ status = "okay";
+ dr_mode = "peripheral";
+};
+
+&weim {
+ pinctrl-assert-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
+ status = "okay";
+};