aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt')
-rw-r--r--Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt
new file mode 100644
index 000000000000..202f2d09a23f
--- /dev/null
+++ b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt
@@ -0,0 +1,14 @@
+Amlogic Meson Random number generator
+=====================================
+
+Required properties:
+
+- compatible : should be "amlogic,meson-rng"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+rng {
+ compatible = "amlogic,meson-rng";
+ reg = <0x0 0xc8834000 0x0 0x4>;
+};