summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2019-11-06 18:22:46 -0600
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:09:21 +0800
commitb0b179fb4a2f13bd7156a512adfba2617828eb17 (patch)
tree212bdf83782723413f2d26e4871923209319ba54 /arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts
parent7369387d9b9a7ea11dc8ebbc4cc8afdb863181f8 (diff)
arm: dts: add ecspi dts for imx6q sabreauto
add ecspi dts for imx6q sabreauto Signed-off-by: Han Xu <han.xu@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts b/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts
new file mode 100644
index 000000000000..44a31e56d8f2
--- /dev/null
+++ b/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts
@@ -0,0 +1,36 @@
+// SPDX-License-Identifier: GPL-2.0
+//
+// Copyright (C) 2014 Freescale Semiconductor, Inc.
+
+#include "imx6q-sabreauto.dts"
+
+&ecspi1 {
+ pinctrl-assert-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
+ status = "okay";
+};
+
+&can2 {
+ /* max7310_c on i2c3 is gone */
+ status = "disabled";
+};
+
+&i2c3 {
+ /* pin conflict with ecspi1 */
+ status = "disabled";
+};
+
+&uart3 {
+ /* the uart3 depends on the i2c3, so disable it too. */
+ status = "disabled";
+};
+
+&usbh1 {
+ /* max7310_b on i2c3 is gone */
+ status = "disabled";
+};
+
+&usbotg {
+ /* max7310_c on i2c3 is gone */
+ status = "okay";
+ dr_mode = "peripheral";
+};