Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
cp-linux
/
8d8f6542b666daf5e87de156590e635c2c4da0c0
/
.
/
Documentation
/
devicetree
/
bindings
/
arm
/
altera
/
socfpga-clk-manager.txt
blob: 2c28f1d12f45acf187130cebd6402df34c58d539 [
file
] [
log
] [
blame
]
Altera SOCFPGA Clock Manager
Required properties:
- compatible : "altr,clk-mgr"
- reg : Should contain base address and length for Clock Manager
Example:
clkmgr@ffd04000 {
compatible = "altr,clk-mgr";
reg = <0xffd04000 0x1000>;
};