dsp-devicetree files are currently a part of a proprietary project and there is a requirement to move them to an opensource project. This change adds the required files to opensource project with the compilation disabled until the files are merged. Change-Id: I9838c13afbcadec7c5a18bab1ccf867e32070cea Signed-off-by: Anirudh Raghavendra <quic_araghave@quicinc.com>
27 lines
806 B
Plaintext
27 lines
806 B
Plaintext
#include <dt-bindings/soc/qcom,ipcc.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
|
|
&soc {
|
|
fastrpc_compute_cb1: compute-cb@13 {
|
|
compatible = "qcom,fastrpc-compute-cb";
|
|
reg = <11>;
|
|
iommus = <&apps_smmu 0xC0B 0x0>;
|
|
qcom,iommu-dma-addr-pool = <0x10000000 0xF0000000>;
|
|
qcom,iommu-faults = "stall-disable", "HUPCF";
|
|
dma-coherent;
|
|
qrtr-gen-pool = <&fastrpc_compute_cb1>;
|
|
frpc-gen-addr-pool = <0x8000 0x9000>;
|
|
pd-type = <4>; /* SECURE_STATICPD */
|
|
};
|
|
|
|
qrtr-genpool {
|
|
compatible = "qcom,qrtr-genpool";
|
|
gen-pool = <&fastrpc_compute_cb1>;
|
|
interrupt-parent = <&ipcc_mproc_ns1>;
|
|
interrupts = <IPCC_CLIENT_CDSP 0 IRQ_TYPE_EDGE_RISING>,
|
|
<IPCC_CLIENT_CDSP 1 IRQ_TYPE_EDGE_RISING>;
|
|
mboxes = <&ipcc_mproc_ns1 IPCC_CLIENT_CDSP 0>,
|
|
<&ipcc_mproc_ns1 IPCC_CLIENT_CDSP 1>;
|
|
};
|
|
};
|