ARM: dts: msm: Add glink egde for modem

Add glink modem device tree entries for qcs610.

Change-Id: I74cd7fc6d23f93972393eb3e28e8c236ebb03a33
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
This commit is contained in:
Chintan Kothari
2025-04-15 10:40:16 +05:30
committed by Asit Shah
parent 9ec93bd625
commit f07a0cfd71

View File

@@ -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 = <GIC_SPI 449 IRQ_TYPE_EDGE_RISING>;
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>;
};
};
};
};