Commit 92afd578 authored by Horia Geantă's avatar Horia Geantă Committed by Shawn Guo

ARM: dts: imx6ull: add rng

Add node for the RNGB block.
Signed-off-by: default avatarHoria Geantă <horia.geanta@nxp.com>
Reviewed-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 79428026
...@@ -68,6 +68,13 @@ dcp: crypto@2280000 { ...@@ -68,6 +68,13 @@ dcp: crypto@2280000 {
clock-names = "dcp"; 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 { iomuxc_snvs: iomuxc-snvs@2290000 {
compatible = "fsl,imx6ull-iomuxc-snvs"; compatible = "fsl,imx6ull-iomuxc-snvs";
reg = <0x02290000 0x4000>; reg = <0x02290000 0x4000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment