arm64: dts: qcom: sdm845: Add adsp, cdsp and slpi smp2p
Add the SMP2P nodes for the remoteproc states for adsp, cdsp and slpi. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
committed by
Andy Gross
parent
cfe10d38aa
commit
3debb1f30b
@@ -232,6 +232,94 @@
|
|||||||
hwlocks = <&tcsr_mutex 3>;
|
hwlocks = <&tcsr_mutex 3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
smp2p-cdsp {
|
||||||
|
compatible = "qcom,smp2p";
|
||||||
|
qcom,smem = <94>, <432>;
|
||||||
|
|
||||||
|
interrupts = <GIC_SPI 576 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
|
||||||
|
mboxes = <&apss_shared 6>;
|
||||||
|
|
||||||
|
qcom,local-pid = <0>;
|
||||||
|
qcom,remote-pid = <5>;
|
||||||
|
|
||||||
|
cdsp_smp2p_out: master-kernel {
|
||||||
|
qcom,entry-name = "master-kernel";
|
||||||
|
#qcom,smem-state-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
cdsp_smp2p_in: slave-kernel {
|
||||||
|
qcom,entry-name = "slave-kernel";
|
||||||
|
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
smp2p-lpass {
|
||||||
|
compatible = "qcom,smp2p";
|
||||||
|
qcom,smem = <443>, <429>;
|
||||||
|
|
||||||
|
interrupts = <GIC_SPI 158 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
|
||||||
|
mboxes = <&apss_shared 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-mpss {
|
||||||
|
compatible = "qcom,smp2p";
|
||||||
|
qcom,smem = <435>, <428>;
|
||||||
|
interrupts = <GIC_SPI 451 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
mboxes = <&apss_shared 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 {
|
||||||
|
compatible = "qcom,smp2p";
|
||||||
|
qcom,smem = <481>, <430>;
|
||||||
|
interrupts = <GIC_SPI 172 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
mboxes = <&apss_shared 26>;
|
||||||
|
qcom,local-pid = <0>;
|
||||||
|
qcom,remote-pid = <3>;
|
||||||
|
|
||||||
|
slpi_smp2p_out: master-kernel {
|
||||||
|
qcom,entry-name = "master-kernel";
|
||||||
|
#qcom,smem-state-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
slpi_smp2p_in: slave-kernel {
|
||||||
|
qcom,entry-name = "slave-kernel";
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
psci {
|
psci {
|
||||||
compatible = "arm,psci-1.0";
|
compatible = "arm,psci-1.0";
|
||||||
method = "smc";
|
method = "smc";
|
||||||
|
|||||||
Reference in New Issue
Block a user