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

Commit 7758a159 authored by Jiten Patel's avatar Jiten Patel
Browse files

ARM: dts: msm: Add qrng node for sdm429



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

Change-Id: Ie092a1538614a3bc8bf306a45656215a9003c4bd
Signed-off-by: default avatarJiten Patel <jitepate@codeaurora.org>
parent b3e404fb
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1364,6 +1364,21 @@
		qcom,ce-opp-freq = <100000000>;
	};

	qcom_rng: qrng@e3000 {
		compatible = "qcom,msm-rng";
		reg = <0xe3000 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 800>;          /* 100 MB/s */
		clocks = <&gcc GCC_PRNG_AHB_CLK>;
		clock-names = "iface_clk";
	};

	qcom,wcnss-wlan@0a000000 {
		compatible = "qcom,wcnss_wlan";
		reg = <0x0a000000 0x280000>,