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