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

Commit 33b95cb4 authored by Anmolpreet Kaur's avatar Anmolpreet Kaur Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add qrng node for sdxprairie



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

Change-Id: Id32d19770af596c2db6418d14bf118c8dcdd7a9c
Signed-off-by: default avatarAnmolpreet Kaur <anmolpre@codeaurora.org>
parent f43dabe3
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -510,6 +510,19 @@
		status = "disabled";
	};

	qcom_rng: qrng@793000{
		compatible = "qcom,msm-rng";
		reg = <0x793000 0x1000>;
		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 */
		qcom,no-clock-support;
	};

	qnand_1: nand@1b00000 {
		compatible = "qcom,msm-nand";
		reg =   <0x01b00000 0x1000>,