Browse Source

dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Neil Armstrong 9 years ago
parent
commit
b1ec5b5a93
1 changed files with 14 additions and 0 deletions
  1. 14 0
      Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt

+ 14 - 0
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>;
+};