ARM: dts: msm: Add smp2p nodes for sdxkova
Add the smp2p device nodes to enable smp2p communication with remote processors. This adds the configuration for Modem on sdxkova. Change-Id: Ibd86fcf2a589bfb9f16a645797113f0f0345c81a Signed-off-by: Vishnu Santhosh <quic_vishsant@quicinc.com>
This commit is contained in:
@@ -418,6 +418,28 @@
|
|||||||
syscon = <&tcsr_mutex_block 0 0x1000>;
|
syscon = <&tcsr_mutex_block 0 0x1000>;
|
||||||
#hwlock-cells = <1>;
|
#hwlock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gcc {
|
&gcc {
|
||||||
|
Reference in New Issue
Block a user