mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 04:09:18 -04:00
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:
committed by
Bjorn Andersson
parent
507aae9a35
commit
f1b359bdf0
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user