From f07a0cfd71423c07ffd67cd9f6fcee5979fbf555 Mon Sep 17 00:00:00 2001 From: Chintan Kothari Date: Tue, 15 Apr 2025 10:40:16 +0530 Subject: [PATCH] ARM: dts: msm: Add glink egde for modem Add glink modem device tree entries for qcs610. Change-Id: I74cd7fc6d23f93972393eb3e28e8c236ebb03a33 Signed-off-by: Chintan Kothari --- qcom/qcs610.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/qcom/qcs610.dtsi b/qcom/qcs610.dtsi index 09ceade3..be5a3b90 100644 --- a/qcom/qcs610.dtsi +++ b/qcom/qcs610.dtsi @@ -65,6 +65,30 @@ /* Outputs to mss */ qcom,smem-states = <&modem_smp2p_out 0>; qcom,smem-state-names = "stop"; + + remoteproc_modem_glink: glink-edge { + qcom,remote-pid = <1>; + transport = "smem"; + mboxes = <&apss_shared 12>; + mbox-names = "mpss_smem"; + interrupts = ; + + label = "modem"; + qcom,glink-label = "mpss"; + + qcom,modem_qrtr { + qcom,glink-channels = "IPCRTR"; + qcom,low-latency; + qcom,intents = <0x800 5 + 0x2000 3 + 0x4400 2>; + }; + + qcom,modem_ds { + qcom,glink-channels = "DS"; + qcom,intents = <0x4000 0x2>; + }; + }; }; };