arm64: dts: qcom: qcs8300: add TRNG node

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>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20241125064317.1748451-3-quic_yrangana@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Yuvaraj Ranganathan
2024-11-25 12:13:17 +05:30
committed by Bjorn Andersson
parent 507aae9a35
commit f1b359bdf0

View File

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