ARM: dts: msm: Add device tree support for sdm450

Add initial device tree support for sdm450 mtp
cdp, qrd and other variant boards.

Change-Id: I0046c9ff5dd0048874cd59831a8fded9f71673a4
Signed-off-by: Maria Yu <aiquny@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm450-qrd.dts b/arch/arm64/boot/dts/qcom/sdm450-qrd.dts
new file mode 100644
index 0000000..16d8878
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/sdm450-qrd.dts
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 and
+ * only version 2 as published by the Free Software Foundation.
+ *
+ * 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.
+ */
+
+/dts-v1/;
+
+#include "sdm450.dtsi"
+#include "msm8953-qrd.dtsi"
+
+/ {
+	model = "Qualcomm Technologies, Inc. SDM450 + PMI8950 QRD";
+	compatible = "qcom,sdm450-qrd", "qcom,sdm450", "qcom,qrd";
+	qcom,board-id = <0x5000b 0>;
+	qcom,pmic-id = <0x010016 0x010011 0x0 0x0>;
+};