ARM: dts: qcom: Add the qrng node for the Auto VM direwolf platforms

Add the qrng node for the Auto VM direwolf platform for generate random
number.

Change-Id: If05e6ae7a882d789fd7e5624186a1e4108d15acb
This commit is contained in:
vagdhan kumar kanukurthi
2022-11-22 11:17:41 +05:30
parent a07b4199b5
commit 20ae343565
2 changed files with 22 additions and 0 deletions

View File

@@ -19,3 +19,7 @@
memory-region = <&secure_display_memory>;
};
};
&qcom_rng_ee3 {
status = "okay";
};

View File

@@ -157,6 +157,24 @@
compatible = "qcom,iommu-dma";
memory-region = <&system_cma>;
};
qcom_rng_ee3: qrng@10d3000 {
compatible = "qcom,msm-rng";
reg = <0x10d3000 0x1000>;
qcom,no-qrng-config;
clocks = <&dummycc RPMH_HWKM_CLK>;
clock-names = "km_clk_src";
status = "disabled";
};
qcom_rng_ee4: qrng@10d4000 {
compatible = "qcom,msm-rng";
reg = <0x10d4000 0x1000>;
qcom,no-qrng-config;
clocks = <&dummycc RPMH_HWKM_CLK>;
clock-names = "km_clk_src";
status = "disabled";
};
};
&regulator {