Back to home page

OSCL-LXR

 
 

    


0001 Hisilicon Random Number Generator
0002 
0003 Required properties:
0004 - compatible : Should be "hisilicon,hip04-rng" or "hisilicon,hip05-rng"
0005 - reg : Offset and length of the register set of this block
0006 
0007 Example:
0008 
0009 rng@d1010000 {
0010         compatible = "hisilicon,hip05-rng";
0011         reg = <0xd1010000 0x100>;
0012 };