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

12 lines
240 B
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +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>;
};