Commit 5bcdf100 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Bjorn Andersson
Browse files

arm64: dts: msm8916: Add fastrpc node

parent 60378f1a
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1130,6 +1130,20 @@
				qcom,remote-pid = <1>;

				label = "hexagon";

				fastrpc {
					compatible = "qcom,fastrpc";
					qcom,smd-channels = "fastrpcsmd-apps-dsp";
					label = "adsp";

					#address-cells = <1>;
					#size-cells = <0>;

					cb@1{
						compatible = "qcom,fastrpc-compute-cb";
						reg = <1>;
					};
				};
			};
		};