arm64: dts: qcom: sm6125: Add PRNG node

Add a node for the PRNG to enable hardware accelerated pseudo random
number generation.

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260121-xiaomi-ginkgo-features-v2-2-fb3ee94922d0@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Biswapriyo Nath 2026-01-21 13:26:18 +00:00 committed by Bjorn Andersson
parent c0580b57a3
commit 0a586c2c8e

View File

@ -686,6 +686,13 @@ hsusb_phy1: phy@1613000 {
status = "disabled";
};
rng: rng@1b53000 {
compatible = "qcom,prng-ee";
reg = <0x01b53000 0x1000>;
clocks = <&gcc GCC_PRNG_AHB_CLK>;
clock-names = "core";
};
spmi_bus: spmi@1c40000 {
compatible = "qcom,spmi-pmic-arb";
reg = <0x01c40000 0x1100>,