Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / Documentation / devicetree / bindings / rng / st,rng.txt
CommitLineData
b4a5407e
LJ
1STMicroelectronics HW Random Number Generator
2----------------------------------------------
3
4Required parameters:
5compatible : Should be "st,rng"
6reg : Base address and size of IP's register map.
7clocks : Phandle to device's clock (See: ../clocks/clock-bindings.txt)
8
9Example:
10
8fd80f8c 11rng@fee80000 {
b4a5407e
LJ
12 compatible = "st,rng";
13 reg = <0xfee80000 0x1000>;
14 clocks = <&clk_sysin>;
15}
This page took 0.082576 seconds and 5 git commands to generate.