Skip to content

Commit

Permalink
ARM: dts: i.MX25: add RNGB node to dtsi
Browse files Browse the repository at this point in the history
Add a devicetree entry for the Random Number Generator Version B (RNGB).
The driver for RNGC supports version B as well.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Steffen Trumtrar authored and Shawn Guo committed Aug 5, 2017
1 parent d301149 commit 5fa01da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/imx25.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,13 @@
interrupt-names = "scm", "smn";
};

rngb: rngb@53fb0000 {
compatible = "fsl,imx25-rngb";
reg = <0x53fb0000 0x4000>;
clocks = <&clks 109>;
interrupts = <22>;
};

esdhc1: esdhc@53fb4000 {
compatible = "fsl,imx25-esdhc";
reg = <0x53fb4000 0x4000>;
Expand Down

0 comments on commit 5fa01da

Please sign in to comment.