sparc_sun_oracle_rng.txt 897 B

123456789101112131415161718192021222324252627282930
  1. HWRNG support for the n2_rng driver
  2. Required properties:
  3. - reg : base address to sample from
  4. - compatible : should contain one of the following
  5. RNG versions:
  6. - 'SUNW,n2-rng' for Niagara 2 Platform (SUN UltraSPARC T2 CPU)
  7. - 'SUNW,vf-rng' for Victoria Falls Platform (SUN UltraSPARC T2 Plus CPU)
  8. - 'SUNW,kt-rng' for Rainbow/Yosemite Falls Platform (SUN SPARC T3/T4), (UltraSPARC KT/Niagara 3 - development names)
  9. more recent systems (after Oracle acquisition of SUN)
  10. - 'ORCL,m4-rng' for SPARC T5/M5
  11. - 'ORCL,m7-rng' for SPARC T7/M7
  12. Examples:
  13. /* linux LDOM on SPARC T5-2 */
  14. Node 0xf029a4f4
  15. .node: f029a4f4
  16. rng-#units: 00000002
  17. compatible: 'ORCL,m4-rng'
  18. reg: 0000000e
  19. name: 'random-number-generator'
  20. /* solaris on SPARC M7-8 */
  21. Node 0xf028c08c
  22. rng-#units: 00000003
  23. compatible: 'ORCL,m7-rng'
  24. reg: 0000000e
  25. name: 'random-number-generator'
  26. PS: see as well prtconfs.git by DaveM