Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d04482bb authored by Saurabh Ambulkar's avatar Saurabh Ambulkar Committed by Shreyas K K
Browse files

ARM: dts: msm: Add npu device node for PIL on SM8150

Add PIL device tree node to load firmware images of
npu on sm8150.

Change-Id: Ief00be65002f90191420b99ae7102897ee565f2b
parent fe52ebcd
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1860,6 +1860,17 @@
		mboxes = <&qmp_aop 0>;
		mbox-names = "spss-pil";
	};

	qcom,npu@9800000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x9800000 0x800000>;

		status = "ok";
		qcom,pas-id = <23>;
		qcom,firmware-name = "npu";

		memory-region = <&pil_npu_mem>;
	};
};

&firmware {