提交 3028cbab 编写于 作者: B Bjorn Andersson 提交者: Andy Gross

ARM: dts: msm8974: Add ADSP smp2p and smd nodes

Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: NAndy Gross <andy.gross@linaro.org>
上级 769907ae
...@@ -252,6 +252,31 @@ ...@@ -252,6 +252,31 @@
hwlocks = <&tcsr_mutex 3>; hwlocks = <&tcsr_mutex 3>;
}; };
smp2p-adsp {
compatible = "qcom,smp2p";
qcom,smem = <443>, <429>;
interrupt-parent = <&intc>;
interrupts = <0 158 IRQ_TYPE_EDGE_RISING>;
qcom,ipc = <&apcs 8 10>;
qcom,local-pid = <0>;
qcom,remote-pid = <2>;
adsp_smp2p_out: master-kernel {
qcom,entry-name = "master-kernel";
#qcom,smem-state-cells = <1>;
};
adsp_smp2p_in: slave-kernel {
qcom,entry-name = "slave-kernel";
interrupt-controller;
#interrupt-cells = <2>;
};
};
smp2p-modem { smp2p-modem {
compatible = "qcom,smp2p"; compatible = "qcom,smp2p";
qcom,smem = <435>, <428>; qcom,smem = <435>, <428>;
...@@ -699,6 +724,13 @@ ...@@ -699,6 +724,13 @@
smd { smd {
compatible = "qcom,smd"; compatible = "qcom,smd";
adsp {
interrupts = <0 156 IRQ_TYPE_EDGE_RISING>;
qcom,ipc = <&apcs 8 8>;
qcom,smd-edge = <1>;
};
modem { modem {
interrupts = <0 25 IRQ_TYPE_EDGE_RISING>; interrupts = <0 25 IRQ_TYPE_EDGE_RISING>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册