timeriomem_rng.txt 393 B

123456789101112131415161718
  1. HWRNG support for the timeriomem_rng driver
  2. Required properties:
  3. - compatible : "timeriomem_rng"
  4. - reg : base address to sample from
  5. - period : wait time in microseconds to use between samples
  6. N.B. currently 'reg' must be four bytes wide and aligned
  7. Example:
  8. hwrng@44 {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. compatible = "timeriomem_rng";
  12. reg = <0x44 0x04>;
  13. period = <1000000>;
  14. };