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

Commit 4559b101 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add support for NPU PIL on SDM855" into msm-next

parents ff0cdbe3 f0289e78
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -1011,6 +1011,34 @@
		qcom,wakeup-enable;
	};

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

		clocks = <&clock_npucc NPU_CC_XO_CLK>,
			<&clock_npucc NPU_CC_NPU_CORE_CLK>,
			<&clock_npucc NPU_CC_CAL_DP_CLK>,
			<&clock_npucc NPU_CC_ARMWIC_CORE_CLK>,
			<&clock_npucc NPU_CC_COMP_NOC_AXI_CLK>,
			<&clock_npucc NPU_CC_CONF_NOC_AHB_CLK>;
		clock-names = "xo", "core", "cal_dp", "armwic",
				"axi", "ahb";
		qcom,proxy-clock-names = "xo", "core", "cal_dp",
				"armwic","axi", "ahb";

		vdd-supply = <&npu_core_gdsc>;
		vdd_cx-supply = <&pm855l_s6_level>;
		qcom,proxy-reg-names ="vdd", "vdd_cx";
		qcom,vdd_cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;

		status = "ok";

		qcom,pas-id = <23>;
		qcom,proxy-timeout-ms = <10000>;
		qcom,firmware-name = "npu";
		memory-region = <&pil_npu_mem>;
	};

	qcom,turing@8300000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x8300000 0x100000>;