Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ull: add rng

Add node for the RNGB block.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Horia Geantă and committed by
Shawn Guo
92afd578 79428026

+7
+7
arch/arm/boot/dts/imx6ull.dtsi
··· 68 68 clock-names = "dcp"; 69 69 }; 70 70 71 + rngb: rng@2284000 { 72 + compatible = "fsl,imx6ull-rngb", "fsl,imx25-rngb"; 73 + reg = <0x02284000 0x4000>; 74 + interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; 75 + clocks = <&clks IMX6UL_CLK_DUMMY>; 76 + }; 77 + 71 78 iomuxc_snvs: iomuxc-snvs@2290000 { 72 79 compatible = "fsl,imx6ull-iomuxc-snvs"; 73 80 reg = <0x02290000 0x4000>;