ARM: dts: msm: Add modem smp2p for Lahaina

Add the device tree nodes to enable smp2p communication to the modem.

Change-Id: Ife31d477d52423225865180a7280fefb61ffd208
This commit is contained in:
Chris Lew
2019-11-05 11:10:22 -08:00
parent 549916e73d
commit c1f415e0c1

View File

@@ -79,4 +79,26 @@
#interrupt-cells = <2>;
};
};
qcom,smp2p-modem {
compatible = "qcom,smp2p";
qcom,smem = <435>, <428>;
interrupt-parent = <&ipcc_mproc>;
interrupts = <IPCC_CLIENT_MPSS IPCC_MPROC_SIGNAL_SMP2P
IRQ_TYPE_EDGE_RISING>;
mboxes = <&ipcc_mproc IPCC_CLIENT_MPSS IPCC_MPROC_SIGNAL_SMP2P>;
qcom,local-pid = <0>;
qcom,remote-pid = <1>;
modem_smp2p_out: master-kernel {
qcom,entry-name = "master-kernel";
#qcom,smem-state-cells = <1>;
};
modem_smp2p_in: slave-kernel {
qcom,entry-name = "slave-kernel";
interrupt-controller;
#interrupt-cells = <2>;
};
};
};