mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-05 16:07:46 -04:00
11 lines
240 B
Text
11 lines
240 B
Text
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>;
|
|
};
|