brintos

brintos / linux-shallow public Read only

0
0
Text · 897 B · b0b2111 Raw
31 lines · plain
1HWRNG support for the n2_rng driver2 3Required properties:4- reg		: base address to sample from5- compatible	: should contain one of the following6	RNG versions:7	- 'SUNW,n2-rng' for Niagara 2 Platform (SUN UltraSPARC T2 CPU)8	- 'SUNW,vf-rng' for Victoria Falls Platform (SUN UltraSPARC T2 Plus CPU)9	- 'SUNW,kt-rng' for Rainbow/Yosemite Falls Platform (SUN SPARC T3/T4), (UltraSPARC KT/Niagara 3 - development names)10	more recent systems (after Oracle acquisition of SUN)11	- 'ORCL,m4-rng' for SPARC T5/M512	- 'ORCL,m7-rng' for SPARC T7/M713 14Examples:15/* linux LDOM on SPARC T5-2 */16Node 0xf029a4f417	.node:  f029a4f418	rng-#units:  0000000219	compatible: 'ORCL,m4-rng'20	reg:  0000000e21	name: 'random-number-generator'22 23/* solaris on SPARC M7-8 */24Node 0xf028c08c25	rng-#units:  0000000326	compatible: 'ORCL,m7-rng'27	reg:  0000000e28	name:  'random-number-generator'29 30PS: see as well prtconfs.git by DaveM31