Linux-libre 3.14.34-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / arm / altera / 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
7 Example:
8          rstmgr@ffd05000 {
9                 compatible = "altr,rst-mgr";
10                 reg = <0xffd05000 0x1000>;
11         };