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

Commit 6b11e0a4 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 SDMSHRIKE

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

Change-Id: I8ec1d063fc79aad4759c573dca6fe8e933a109c2
parent e4a8c511
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1569,6 +1569,17 @@
		mboxes = <&qmp_aop 0>;
		mbox-names = "cdsp-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>;
	};
};

#include "sdmshrike-pinctrl.dtsi"