diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-06-15 13:01:45 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-06-15 18:53:33 +0300 |
commit | b1ec5b5a93dac0b301a54706573348ed7d9bd7f6 (patch) | |
tree | bbe41cb0f895265aef0bae934b1682b12bf32bf8 /Documentation/devicetree/bindings/rng | |
parent | 6d1a5c9381eb022104442b2e036124f12ac748e4 (diff) | |
download | linux-b1ec5b5a93dac0b301a54706573348ed7d9bd7f6.tar.xz |
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.txt | 14 |
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>; +}; |