Merge greybus driver tree into 4.8-rc6
[sfrench/cifs-2.6.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 - cpu1-start-addr : CPU1 start address in hex.
7
8 Example:
9          sysmgr@ffd08000 {
10                 compatible = "altr,sys-mgr";
11                 reg = <0xffd08000 0x1000>;
12                 cpu1-start-addr = <0xffd080c4>;
13         };