arm64: dts: qcom: msm8998: Define fastrpc ADSP compute context banks
If the target board supports ADSP, it is essential to have fastrpc compute context banks defined. This commit adds the always usable unsecured context banks only. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
This commit is contained in:
parent
d5b12139e6
commit
327e8d1483
1 changed files with 27 additions and 0 deletions
|
|
@ -3473,6 +3473,33 @@
|
|||
label = "lpass";
|
||||
qcom,remote-pid = <2>;
|
||||
mboxes = <&apcs_glb 9>;
|
||||
|
||||
fastrpc {
|
||||
compatible = "qcom,fastrpc";
|
||||
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
||||
label = "adsp";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
cb@2 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
dma-ranges = <0 0x60000000 0 0x18000000>;
|
||||
reg = <2>;
|
||||
iommus = <&lpass_q6_smmu 2>;
|
||||
};
|
||||
|
||||
cb@5 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <5>;
|
||||
iommus = <&lpass_q6_smmu 5>;
|
||||
};
|
||||
|
||||
cb@6 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <6>;
|
||||
iommus = <&lpass_q6_smmu 6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue