brcm,bcm2835.txt 387 B

12345678910111213141516171819
  1. BCM2835 Random number generator
  2. Required properties:
  3. - compatible : should be "brcm,bcm2835-rng" or "brcm,bcm-nsp-rng" or
  4. "brcm,bcm5301x-rng"
  5. - reg : Specifies base physical address and size of the registers.
  6. Example:
  7. rng {
  8. compatible = "brcm,bcm2835-rng";
  9. reg = <0x7e104000 0x10>;
  10. };
  11. rng@18033000 {
  12. compatible = "brcm,bcm-nsp-rng";
  13. reg = <0x18033000 0x14>;
  14. };