From 49b995da14ad65fdec85f9b81631905121c372e0 Mon Sep 17 00:00:00 2001 From: Nageswara reddy Karnati Date: Mon, 3 Jun 2024 04:34:00 -0700 Subject: [PATCH] ARM: dts: msm: parrot: Add qrng device node Add dt support for qrng for Parrot SOC. :compile and tested the code on target using test binary. Change-Id: I4ea707cc9e2d8d58aa16530a2c6a2e47670e58c5 Signed-off-by: Nageswara reddy Karnati --- qcom/parrot.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index abaa1cb3..24fa87dd 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -1845,6 +1845,13 @@ }; }; + qcom_rng: qrng@10c3000 { + compatible = "qcom,msm-rng"; + reg = <0x10c3000 0x1000>; + qcom,no-qrng-config; + qcom,no-clock-support; + }; + ufsphy_mem: ufsphy_mem@1d87000 { reg = <0x1d87000 0xe10>; reg-names = "phy_mem";