diff options
| author | Md Sadre Alam <quic_mdalam@quicinc.com> | 2024-12-26 17:14:58 +0530 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2025-01-06 17:59:56 -0600 |
| commit | 7ae7df37528744ce4606456e084698a9e33254e2 (patch) | |
| tree | 2ba59f648bdbc79fb74d137b684ca9fd99479964 | |
| parent | 14b77dc81213b35a7028d2cb52389473665b6d48 (diff) | |
| download | linux-7ae7df37528744ce4606456e084698a9e33254e2.tar.gz linux-7ae7df37528744ce4606456e084698a9e33254e2.zip | |
arm64: dts: qcom: ipq5424: add TRNG node
Add TRNG (Truly Random Number Generator) node for ipq5424
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com>
Link: https://lore.kernel.org/r/20241226114500.2623804-3-quic_mdalam@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/ipq5424.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq5424.dtsi b/arch/arm64/boot/dts/qcom/ipq5424.dtsi index 70e5d1d80271..5e79bd450a4e 100644 --- a/arch/arm64/boot/dts/qcom/ipq5424.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq5424.dtsi @@ -145,6 +145,13 @@ #size-cells = <2>; ranges = <0 0 0 0 0x10 0>; + rng: rng@4c3000 { + compatible = "qcom,ipq5424-trng", "qcom,trng"; + reg = <0 0x004c3000 0 0x1000>; + clocks = <&gcc GCC_PRNG_AHB_CLK>; + clock-names = "core"; + }; + tlmm: pinctrl@1000000 { compatible = "qcom,ipq5424-tlmm"; reg = <0 0x01000000 0 0x300000>; |
