WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rng / st,rng.txt
blob35734bc282e95ac3bffe63e0bc4afea995dda859
1 STMicroelectronics HW Random Number Generator
2 ----------------------------------------------
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)
9 Example:
11 rng@fee80000 {
12         compatible      = "st,rng";
13         reg             = <0xfee80000 0x1000>;
14         clocks          = <&clk_sysin>;