summaryrefslogtreecommitdiff
path: root/src/arm/qcom-apq8084-mtp.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/qcom-apq8084-mtp.dts')
-rw-r--r--src/arm/qcom-apq8084-mtp.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arm/qcom-apq8084-mtp.dts b/src/arm/qcom-apq8084-mtp.dts
new file mode 100644
index 0000000000000..8ecec58a9ff6b
--- /dev/null
+++ b/src/arm/qcom-apq8084-mtp.dts
@@ -0,0 +1,12 @@
+#include "qcom-apq8084.dtsi"
+
+/ {
+ model = "Qualcomm APQ 8084-MTP";
+ compatible = "qcom,apq8084-mtp", "qcom,apq8084";
+
+ soc {
+ serial@f995e000 {
+ status = "okay";
+ };
+ };
+};