Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / arm / altera / socfpga-clk-manager.txt
1 Altera SOCFPGA Clock Manager
2
3 Required properties:
4 - compatible : "altr,clk-mgr"
5 - reg : Should contain base address and length for Clock Manager
6
7 Example:
8          clkmgr@ffd04000 {
9                 compatible = "altr,clk-mgr";
10                 reg = <0xffd04000 0x1000>;
11         };