Commit 79428026 authored by Horia Geantă's avatar Horia Geantă Committed by Shawn Guo
Browse files

ARM: dts: imx6sll: add rng



Add node for the RNGB block.

Signed-off-by: default avatarHoria Geantă <horia.geanta@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 82ffb35c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -786,6 +786,13 @@
				clocks = <&clks IMX6SLL_CLK_MMDC_P0_IPG>;
			};

			rngb: rng@21b4000 {
				compatible = "fsl,imx6sll-rngb", "fsl,imx25-rngb";
				reg = <0x021b4000 0x4000>;
				interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&clks IMX6SLL_CLK_DUMMY>;
			};

			ocotp: efuse@21bc000 {
				#address-cells = <1>;
				#size-cells = <1>;