summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq-evk-pcie1-m2.dts
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2019-11-11 10:47:20 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:09:41 +0800
commit084627fad73978a5c10c2634b73bf3198bfec21c (patch)
tree80a509030794ea38679a0e20d0370ee36972a645 /arch/arm64/boot/dts/freescale/imx8mq-evk-pcie1-m2.dts
parentf11d5aa6dcd2fc7bc29acbb4e05bb72870e529a6 (diff)
MLK-16483 ARM64: dts: imx8mq-evk-pcie1-m2: add pcie1 M.2 interface support
Add pcie1 M.2 interface support. The patch merged from commit: 21cb81b4f0bc(MLK-21084 arm64: dts: Copy all imx8 dts) Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-evk-pcie1-m2.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq-evk-pcie1-m2.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-evk-pcie1-m2.dts b/arch/arm64/boot/dts/freescale/imx8mq-evk-pcie1-m2.dts
new file mode 100644
index 000000000000..652b32644021
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8mq-evk-pcie1-m2.dts
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2017-2019 NXP
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include "imx8mq-evk.dts"
+
+/ {
+ modem_reset: modem-reset {
+ reset-gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
+ };
+};
+
+&pcie0{
+ status = "disabled";
+};