ARM: dts: qcom: Add cb20 and cb21 in sm8450p

Adding 2 new fastrpc cb information for adsp
support in sm8450p.

Change-Id: I143f4bce020cb6d91e995a5383718fc95e129f53
This commit is contained in:
Abhinav Parihar
2023-04-13 11:49:52 +05:30
parent 5fb0080e0b
commit d4d7e8062c

View File

@@ -146,3 +146,23 @@
&wlan {
status = "disabled";
};
&msm_fastrpc {
qcom,msm_fastrpc_compute_cb20 {
compatible = "qcom,msm-fastrpc-compute-cb";
label = "adsprpc-smd";
iommus = <&apps_smmu 0x1806 0x0>;
qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>;
qcom,iommu-faults = "stall-disable", "HUPCF";
dma-coherent;
};
qcom,msm_fastrpc_compute_cb21 {
compatible = "qcom,msm-fastrpc-compute-cb";
label = "adsprpc-smd";
iommus = <&apps_smmu 0x1807 0x0>;
qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>;
qcom,iommu-faults = "stall-disable", "HUPCF";
dma-coherent;
};
};