]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/rng/st,rng.txt
Merge remote-tracking branch 'userns/for-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / rng / st,rng.txt
1 STMicroelectronics HW Random Number Generator
2 ----------------------------------------------
3
4 Required parameters:
5 compatible      : Should be "st,rng"
6 reg             : Base address and size of IP's register map.
7 clocks          : Phandle to device's clock (See: ../clocks/clock-bindings.txt)
8
9 Example:
10
11 rng@fee80000 {
12         compatible      = "st,rng";
13         reg             = <0xfee80000 0x1000>;
14         clocks          = <&clk_sysin>;
15 }