diff mbox series

[V2,2/2] arm64: dts: qcom: qcs8300: add TRNG node

Message ID 20241107121513.641281-3-quic_yrangana@quicinc.com
State New
Headers show
Series [V2,1/2] dt-bindings: crypto: qcom,prng: document QCS8300 | expand

Commit Message

Yuvaraj Ranganathan Nov. 7, 2024, 12:15 p.m. UTC
The qcs8300 SoC has a True Random Number Generator, add the node with
the correct compatible set.

Signed-off-by: Yuvaraj Ranganathan <quic_yrangana@quicinc.com>
---
 arch/arm64/boot/dts/qcom/qcs8300.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

--
2.34.1
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/qcs8300.dtsi b/arch/arm64/boot/dts/qcom/qcs8300.dtsi
index 2c35f96c3f28..39c0c6b8516d 100644
--- a/arch/arm64/boot/dts/qcom/qcs8300.dtsi
+++ b/arch/arm64/boot/dts/qcom/qcs8300.dtsi
@@ -588,6 +588,11 @@  &clk_virt SLAVE_QUP_CORE_0 0>,
 			};
 		};

+		rng: rng@10d2000 {
+			compatible = "qcom,qcs8300-trng", "qcom,trng";
+			reg = <0 0x010d2000 0 0x1000>;
+		};
+
 		config_noc: interconnect@14c0000 {
 			compatible = "qcom,qcs8300-config-noc";
 			reg = <0x0 0x014c0000 0x0 0x13080>;