Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / altera / socfpga-reset.txt
blobecdb57d69dbfbe90f2796be9aeea5bb6115e32aa
1 Altera SOCFPGA Reset Manager
3 Required properties:
4 - compatible : "altr,rst-mgr"
5 - reg : Should contain 1 register ranges(address and length)
7 Example:
8          rstmgr@ffd05000 {
9                 compatible = "altr,rst-mgr";
10                 reg = <0xffd05000 0x1000>;
11         };