Commit a147eda7 authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Andy Gross

arm64: dts: msm8996: Add modem smp2p nodes

This patch adds the SMP2P nodes for the modem.
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 660a9763
...@@ -865,6 +865,30 @@ adsp_smp2p_in: slave-kernel { ...@@ -865,6 +865,30 @@ adsp_smp2p_in: slave-kernel {
}; };
}; };
modem-smp2p {
compatible = "qcom,smp2p";
qcom,smem = <435>, <428>;
interrupts = <GIC_SPI 451 IRQ_TYPE_EDGE_RISING>;
qcom,ipc = <&apcs 16 14>;
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>;
};
};
smp2p-slpi { smp2p-slpi {
compatible = "qcom,smp2p"; compatible = "qcom,smp2p";
qcom,smem = <481>, <430>; qcom,smem = <481>, <430>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment