Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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         };