1 HWRNG support for the timeriomem_rng driver
4 - compatible : "timeriomem_rng"
5 - reg : base address to sample from
6 - period : wait time in microseconds to use between samples
9 - quality : estimated number of bits of true entropy per 1024 bits read from the
10 rng. Defaults to zero which causes the kernel's default quality to
11 be used instead. Note that the default quality is usually zero
12 which disables using this rng to automatically fill the kernel's
15 N.B. currently 'reg' must be at least four bytes wide and 32-bit aligned
22 compatible = "timeriomem_rng";