aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rng
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-06-15 12:01:45 +0200
committerKevin Hilman <khilman@baylibre.com>2016-06-15 08:53:33 -0700
commitb1ec5b5a93dac0b301a54706573348ed7d9bd7f6 (patch)
treebbe41cb0f895265aef0bae934b1682b12bf32bf8 /Documentation/devicetree/bindings/rng
parentARM64: dts: amlogic: Enable Reset Controller on GXBB-based platforms (diff)
downloadlinux-dev-b1ec5b5a93dac0b301a54706573348ed7d9bd7f6.tar.xz
linux-dev-b1ec5b5a93dac0b301a54706573348ed7d9bd7f6.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/rng')
-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>;
+};