Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: c470abd4fde40ea6a0846a2beab642a578c0b8cd authored by Linus Torvalds on 19 February 2017, 22:34:00 UTC
Linux 4.10
Tip revision: c470abd
amlogic,meson-rng.txt
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>;
};
back to top