summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rng/brcm,iproc-rng200.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/rng/brcm,iproc-rng200.txt')
-rw-r--r--dts/Bindings/rng/brcm,iproc-rng200.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/Bindings/rng/brcm,iproc-rng200.txt b/dts/Bindings/rng/brcm,iproc-rng200.txt
new file mode 100644
index 0000000000..e25a456664
--- /dev/null
+++ b/dts/Bindings/rng/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>;
+};