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

Commit 216ae527 authored by Anant Goel's avatar Anant Goel
Browse files

ARM: dts: msm: Add QSEECOM, SMC, and RNG nodes to sdmshrike



Provide entries to invoke the QSEECOM, smcinvoke, and
rng drivers for the sdmshrike target.

Change-Id: I88afa9f631fe6e037d2b4c6b4a28a98ba5cc9f52
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent e8d900e1
Loading
Loading
Loading
Loading
+43 −0
Original line number Diff line number Diff line
@@ -2050,6 +2050,49 @@
		compatible = "qcom,system-pm";
		mboxes = <&apps_rsc 0>;
	};

	qcom_seecom: qseecom@87900000 {
		compatible = "qcom,qseecom";
		reg = <0x87900000 0x2200000>;
		reg-names = "secapp-region";
		memory-region = <&qseecom_mem>;
		qcom,hlos-num-ce-hw-instances = <1>;
		qcom,hlos-ce-hw-instance = <0>;
		qcom,qsee-ce-hw-instance = <0>;
		qcom,disk-encrypt-pipe-pair = <2>;
		qcom,support-fde;
		qcom,no-clock-support;
		qcom,fde-key-size;
		qcom,appsbl-qseecom-support;
		qcom,commonlib64-loaded-by-uefi;
		qcom,qsee-reentrancy-support = <2>;
	};

	qcom_smcinvoke: smcinvoke@87900000 {
		compatible = "qcom,smcinvoke";
		reg = <0x87900000 0x2200000>;
		reg-names = "secapp-region";
	};

	qcom_rng: qrng@793000 {
		compatible = "qcom,msm-rng";
		reg = <0x793000 0x1000>;
		qcom,msm-rng-iface-clk;
		qcom,no-qrng-config;
		qcom,msm-bus,name = "msm-rng-noc";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
			<1 618 0 0>,    /* No vote */
			<1 618 0 300000>;  /* 75 MHz */
		clocks = <&clock_gcc GCC_PRNG_AHB_CLK>;
		clock-names = "iface_clk";
	};

	qcom_msmhdcp: qcom,msm_hdcp {
		compatible = "qcom,msm-hdcp";
	};

	mem_dump {
		compatible = "qcom,mem-dump";
		memory-region = <&dump_mem>;