Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 8b9b5c58390f0bd1cae76d964afc8f64 > files > 3196

kernel-doc-4.14.62-2.mga6.noarch.rpm

STMicroelectronics HW Random Number Generator
----------------------------------------------

Required parameters:
compatible	: Should be "st,rng"
reg		: Base address and size of IP's register map.
clocks		: Phandle to device's clock (See: ../clocks/clock-bindings.txt)

Example:

rng@fee80000 {
	compatible      = "st,rng";
	reg		= <0xfee80000 0x1000>;
	clocks          = <&clk_sysin>;
}