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

Commit 583f0c51 authored by Mohamed Sunfeer's avatar Mohamed Sunfeer
Browse files

ARM: dts: msm: Add Qseecom node and Qrng node for sm6150



Add qseecom driver node on Device tree include file to
enable the qseecom driver to communicate with TZ and
add QRNG device node on include file to enable
the QRNG driver to communicate with /dev/random.

Change-Id: Ia73855b740ff965eb198877e4dafa670f586239b
Signed-off-by: default avatarMohamed Sunfeer <msunfeer@codeaurora.org>
parent 6148ddd3
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -1604,6 +1604,38 @@
		status = "disabled";
	};

	qcom_seecom: qseecom@86d00000 {
		compatible = "qcom,qseecom";
		reg = <0x86d00000 0xe00000>;
		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_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";
	};

	ufsphy_mem: ufsphy_mem@1d87000 {
		reg = <0x1d87000 0xdb8>; /* PHY regs */
		reg-names = "phy_mem";