oleavr-rgl-a500-mini-linux-.../Documentation/devicetree/bindings/arm/altera/socfpga-clk-manager.txt

12 lines
240 B
Text
Raw Normal View History

2022-05-07 01:01:45 +02: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>;
};