aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt
diff options
context:
space:
mode:
authorScott Branden <sbranden@broadcom.com>2015-03-04 12:42:13 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-03-06 22:51:33 +1100
commit259d317f8d584503c5e3c43bbb96d80149390939 (patch)
tree7be6e44d0387636fb00e932f64aac1a6f9ebe2d2 /Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt
parentcrypto: ux500 - Update error message for dmaengine_prep_slave_sg() API (diff)
downloadlinux-dev-259d317f8d584503c5e3c43bbb96d80149390939.tar.xz
linux-dev-259d317f8d584503c5e3c43bbb96d80149390939.zip
hwrng: iproc-rng200 - Add device tree bindings
Documents the IPROC random number generator device tree bindings used in some Broadcom chipsets. Reviewed-by: Ray Jui <rjui@broadcom.com> Signed-off-by: Scott Branden <sbranden@broadcom.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt')
-rw-r--r--Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt b/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt
new file mode 100644
index 000000000000..e25a456664b9
--- /dev/null
+++ b/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt
@@ -0,0 +1,12 @@
+HWRNG support for the iproc-rng200 driver
+
+Required properties:
+- compatible : "brcm,iproc-rng200"
+- reg : base address and size of control register block
+
+Example:
+
+rng {
+ compatible = "brcm,iproc-rng200";
+ reg = <0x18032000 0x28>;
+};