summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qp-sabreauto-ecspi.dts
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2019-11-06 18:26:18 -0600
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:09:22 +0800
commitf33c5600e6b9f026c29dcbd70ecf5cd10cd4162b (patch)
treebfc83c4b5a66a6fb6002ba6492469fc2be17513c /arch/arm/boot/dts/imx6qp-sabreauto-ecspi.dts
parentfc40a77dacdc0a3bcb9862ee6b80f7e394c7f4a8 (diff)
arm: dts: add ecspi dts for imx6qp sabreauto
add ecspi dts for imx6qp sabreauto Signed-off-by: Han Xu <han.xu@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qp-sabreauto-ecspi.dts')
-rw-r--r--arch/arm/boot/dts/imx6qp-sabreauto-ecspi.dts37
1 files changed, 37 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp-sabreauto-ecspi.dts b/arch/arm/boot/dts/imx6qp-sabreauto-ecspi.dts
new file mode 100644
index 000000000000..b69e758b36ec
--- /dev/null
+++ b/arch/arm/boot/dts/imx6qp-sabreauto-ecspi.dts
@@ -0,0 +1,37 @@
+// SPDX-License-Identifier: GPL-2.0
+//
+// Copyright (C) 2015 Freescale Semiconductor, Inc.
+
+
+#include "imx6qp-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";
+};