Sign in
googlers
/
maze
/
linux
/
e3fb7d4cc0ef05e9894e717dedb154edb1021b1a
/
.
/
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>;
};