Skip to content

Commit 6964936

Browse files
authored
arm64: dts: qcom: monaco: add GDSP fastrpc-compute-cb nodes (#529)
arm64: dts: qcom: monaco: add GDSP fastrpc-compute-cb nodes
2 parents 04bf617 + b066fe8 commit 6964936

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/monaco.dtsi

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7259,6 +7259,35 @@
72597259

72607260
label = "gpdsp";
72617261
qcom,remote-pid = <17>;
7262+
7263+
fastrpc {
7264+
compatible = "qcom,fastrpc";
7265+
qcom,glink-channels = "fastrpcglink-apps-dsp";
7266+
label = "gdsp0";
7267+
#address-cells = <1>;
7268+
#size-cells = <0>;
7269+
7270+
compute-cb@1 {
7271+
compatible = "qcom,fastrpc-compute-cb";
7272+
reg = <1>;
7273+
iommus = <&apps_smmu 0x28a1 0x0>;
7274+
dma-coherent;
7275+
};
7276+
7277+
compute-cb@2 {
7278+
compatible = "qcom,fastrpc-compute-cb";
7279+
reg = <2>;
7280+
iommus = <&apps_smmu 0x28a2 0x0>;
7281+
dma-coherent;
7282+
};
7283+
7284+
compute-cb@3 {
7285+
compatible = "qcom,fastrpc-compute-cb";
7286+
reg = <3>;
7287+
iommus = <&apps_smmu 0x28a3 0x0>;
7288+
dma-coherent;
7289+
};
7290+
};
72627291
};
72637292
};
72647293

0 commit comments

Comments
 (0)