Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / 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 };
This page took 0.19465 seconds and 5 git commands to generate.