Adds jh7110 trng device tree node.

Signed-off-by: Chanho Park <chanho61.p...@samsung.com>
---
 arch/riscv/dts/jh7110.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/riscv/dts/jh7110.dtsi b/arch/riscv/dts/jh7110.dtsi
index ec237a46ffba..13c47f7caa36 100644
--- a/arch/riscv/dts/jh7110.dtsi
+++ b/arch/riscv/dts/jh7110.dtsi
@@ -627,6 +627,16 @@
                        status = "disabled";
                };
 
+               rng: rng@1600c000 {
+                       compatible = "starfive,jh7110-trng";
+                       reg = <0x0 0x1600C000 0x0 0x4000>;
+                       clocks = <&stgcrg JH7110_STGCLK_SEC_HCLK>,
+                                <&stgcrg JH7110_STGCLK_SEC_MISCAHB>;
+                       clock-names = "hclk", "ahb";
+                       resets = <&stgcrg JH7110_STGRST_SEC_TOP_HRESETN>;
+                       interrupts = <30>;
+               };
+
                aoncrg: clock-controller@17000000 {
                        compatible = "starfive,jh7110-aoncrg";
                        reg = <0x0 0x17000000 0x0 0x10000>;
-- 
2.39.2

Reply via email to