Commit d9f33f46 authored by Om Prakash Singh's avatar Om Prakash Singh Committed by Bjorn Andersson

arm64: dts: qcom: sc7280: add TRNG node

The sc7280 SoC has a True Random Number Generator, add the node with
the correct compatible set.
Signed-off-by: default avatarOm Prakash Singh <quic_omprsing@quicinc.com>
Link: https://lore.kernel.org/r/20231015193901.2344590-5-quic_omprsing@quicinc.com
[bjorn: Padded address to 8 digits, moved hunk to maintain sort order]
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 2d04f311
......@@ -2034,6 +2034,11 @@ uart15: serial@a9c000 {
};
};
rng: rng@10d3000 {
compatible = "qcom,sc7280-trng", "qcom,trng";
reg = <0 0x010d3000 0 0x1000>;
};
cnoc2: interconnect@1500000 {
reg = <0 0x01500000 0 0x1000>;
compatible = "qcom,sc7280-cnoc2";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment