amlogic,meson-rng.txt 474 B

123456789101112131415161718192021
  1. Amlogic Meson Random number generator
  2. =====================================
  3. Required properties:
  4. - compatible : should be "amlogic,meson-rng"
  5. - reg : Specifies base physical address and size of the registers.
  6. Optional properties:
  7. - clocks : phandle to the following named clocks
  8. - clock-names: Name of core clock, must be "core"
  9. Example:
  10. rng {
  11. compatible = "amlogic,meson-rng";
  12. reg = <0x0 0xc8834000 0x0 0x4>;
  13. clocks = <&clkc CLKID_RNG0>;
  14. clock-names = "core";
  15. };