repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
arm
/
altera
/
socfpga-clk-manager.txt
blob
2c28f1d12f45acf187130cebd6402df34c58d539
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
};