summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6qp-sabreauto-ecspi.dts
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-03-23 02:43:06 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 15:58:24 +0800
commit2e50d048bfa3d71f4f1433b65f3415edfd253c7e (patch)
tree7c33d962ef21e9eeda6a034534984dd270c8136f /arch/arm/dts/imx6qp-sabreauto-ecspi.dts
parent9481f3204c80b730a0cf63910e1cb104999e8dd6 (diff)
MLK-18147-1 arm: dts: mx6dq/dqp/dl/s: Porting DTS and binding files from v2019.04
Port the DTS and relevent binding files from v2019.04 for i.MX6DQ/DQP/DL/S Sabreauto and SabreSD boards. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit bedc2a2223746a8059b80518ec094077c0d4c44d) (cherry picked from commit 800a1c47f135321f4063e1efccdf244f6edb0500) (cherry picked from commit e89adf4a3810c0c513cc9040d18380b9f6b6a915) (cherry picked from commit b982a8e00931eebdba3e147cae379eb5b826f9a6) (cherry picked from commit c9344f719a7e615d9c37b8999349830caa952f3f)
Diffstat (limited to 'arch/arm/dts/imx6qp-sabreauto-ecspi.dts')
-rw-r--r--arch/arm/dts/imx6qp-sabreauto-ecspi.dts40
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qp-sabreauto-ecspi.dts b/arch/arm/dts/imx6qp-sabreauto-ecspi.dts
new file mode 100644
index 0000000000..8846739a55
--- /dev/null
+++ b/arch/arm/dts/imx6qp-sabreauto-ecspi.dts
@@ -0,0 +1,40 @@
+/*
+ * Copyright (C) 2015 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 "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";
+};