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

Commit a9f22f6d authored by Monika Singh's avatar Monika Singh
Browse files

ARM: dts: msm: add qrng node for sdmmagpie



Add QRNG device node to enable the QRNG driver
to communicate with /dev/random.

Change-Id: Ib2bb3b3fe5cfc0fa663b6a2d00021f6ab6b00634
Signed-off-by: default avatarMonika Singh <monising@codeaurora.org>
parent 22a6874a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1874,6 +1874,21 @@
		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 0xddc>; /* PHY regs */
		reg-names = "phy_mem";