From 9159b34b22a5122235ac96e216d9c09d73326f10 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Ravi Date: Mon, 5 Dec 2022 15:44:54 +0530 Subject: [PATCH] ARM: dts: msm: Add QRTR MHI node for montague Added device tree nodes for QRTR MHI. Change-Id: Ib7cbfc43b743bfa6bec6bbd4154d7290693677fb --- qcom/montague.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/qcom/montague.dtsi b/qcom/montague.dtsi index 45697b5e..1f79f65d 100644 --- a/qcom/montague.dtsi +++ b/qcom/montague.dtsi @@ -15,3 +15,12 @@ status = "ok"; }; }; + +&soc { + mhi_qrtr_cnss { + compatible = "qcom,qrtr-mhi"; + qcom,dev-id = <0x1103>; + qcom,net-id = <0>; + qcom,low-latency; + }; +};