Merge branch 'pm-cpufreq'
[linux-2.6-block.git] / Documentation / devicetree / bindings / reset / socfpga-reset.txt
CommitLineData
9c4566a1
DN
1Altera SOCFPGA Reset Manager
2
3Required properties:
4- compatible : "altr,rst-mgr"
5- reg : Should contain 1 register ranges(address and length)
1a94acf8 6- altr,modrst-offset : Should contain the offset of the first modrst register.
75bb3419 7- #reset-cells: 1
9c4566a1
DN
8
9Example:
10 rstmgr@ffd05000 {
75bb3419 11 #reset-cells = <1>;
9c4566a1
DN
12 compatible = "altr,rst-mgr";
13 reg = <0xffd05000 0x1000>;
1a94acf8 14 altr,modrst-offset = <0x10>;
9c4566a1 15 };