Merge tag 'mxs-soc-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / arm / altera / socfpga-system.txt
1 Altera SOCFPGA System Manager
2
3 Required properties:
4 - compatible : "altr,sys-mgr"
5 - reg : Should contain 1 register ranges(address and length)
6
7 Example:
8          sysmgr@ffd08000 {
9                 compatible = "altr,sys-mgr";
10                 reg = <0xffd08000 0x1000>;
11         };