c05564c4d8
Android 13
12 lines
240 B
Plaintext
Executable file
12 lines
240 B
Plaintext
Executable file
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>;
|
|
};
|