lineage_kernel_xcoverpro/Documentation/devicetree/bindings/arm/altera/socfpga-clk-manager.txt

12 lines
240 B
Plaintext
Raw Normal View History

2023-06-18 22:53:49 +00:00
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>;
};