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

Commit 7122c15f authored by Ramandeep Trehan's avatar Ramandeep Trehan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add qrng node for trinket



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

Change-Id: I62699c60f7bc84dbb15b56717bb5cc8315bd3ef4
Signed-off-by: default avatarRamandeep Trehan <rtrehan@codeaurora.org>
parent 076e785e
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1586,6 +1586,21 @@
		reg-names = "secapp-region";
	};

	qcom_rng: qrng@1b53000 {
		compatible = "qcom,msm-rng";
		reg = <0x1b53000 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";
	};

	spmi_bus: qcom,spmi@1c40000 {
		compatible = "qcom,spmi-pmic-arb";
		reg = <0x1c40000 0x1100>,