Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 610e9c4a authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tony Lindgren
Browse files

ARM: dts: DRA7: Add DT node for RNG IP



Adding dt node for hardware random number generator IP.

Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent da34609d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1972,6 +1972,15 @@
			clocks = <&l3_iclk_div>;
			clock-names = "fck";
		};

		rng: rng@48090000 {
			compatible = "ti,omap4-rng";
			ti,hwmods = "rng";
			reg = <0x48090000 0x2000>;
			interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&l3_iclk_div>;
			clock-names = "fck";
		};
	};

	thermal_zones: thermal-zones {