aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6ull.dtsi
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2020-07-15 18:26:03 +0300
committerShawn Guo <shawnguo@kernel.org>2020-08-17 16:06:36 +0800
commit92afd5786d9048454bbf7e207d015daf127e557d (patch)
treef44d439c07b2cb4a6c66e225eaaed1758dd98884 /arch/arm/boot/dts/imx6ull.dtsi
parentARM: dts: imx6sll: add rng (diff)
downloadlinux-dev-92afd5786d9048454bbf7e207d015daf127e557d.tar.xz
linux-dev-92afd5786d9048454bbf7e207d015daf127e557d.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ull.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
index fcde7f77ae42..9bf67490ac49 100644
--- a/arch/arm/boot/dts/imx6ull.dtsi
+++ b/arch/arm/boot/dts/imx6ull.dtsi
@@ -68,6 +68,13 @@
clock-names = "dcp";
};
+ rngb: rng@2284000 {
+ compatible = "fsl,imx6ull-rngb", "fsl,imx25-rngb";
+ reg = <0x02284000 0x4000>;
+ interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks IMX6UL_CLK_DUMMY>;
+ };
+
iomuxc_snvs: iomuxc-snvs@2290000 {
compatible = "fsl,imx6ull-iomuxc-snvs";
reg = <0x02290000 0x4000>;