xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rng/apm,rng.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunAPM X-Gene SoC random number generator.
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun
5*4882a593Smuzhiyun- compatible  : should be "apm,xgene-rng"
6*4882a593Smuzhiyun- reg         : specifies base physical address and size of the registers map
7*4882a593Smuzhiyun- clocks      : phandle to clock-controller plus clock-specifier pair
8*4882a593Smuzhiyun- interrupts  : specify the fault interrupt for the RNG device
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunExample:
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	rng: rng@10520000 {
13*4882a593Smuzhiyun		compatible = "apm,xgene-rng";
14*4882a593Smuzhiyun		reg = <0x0 0x10520000 0x0 0x100>;
15*4882a593Smuzhiyun		interrupts =   <0x0 0x41 0x4>;
16*4882a593Smuzhiyun		clocks = <&rngpkaclk 0>;
17*4882a593Smuzhiyun	};
18