xref: /freebsd/sys/contrib/device-tree/Bindings/clock/intc_stratix10.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotDevice Tree Clock bindings for Intel's SoCFPGA Stratix10 platform
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotThis binding uses the common clock binding[1].
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel Vadot[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotRequired properties:
8*c66ec88fSEmmanuel Vadot- compatible : shall be
9*c66ec88fSEmmanuel Vadot	"intel,stratix10-clkmgr"
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadot- reg : shall be the control register offset from CLOCK_MANAGER's base for the clock.
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadot- #clock-cells : from common clock binding, shall be set to 1.
14*c66ec88fSEmmanuel Vadot
15*c66ec88fSEmmanuel VadotExample:
16*c66ec88fSEmmanuel Vadot	clkmgr: clock-controller@ffd10000 {
17*c66ec88fSEmmanuel Vadot		compatible = "intel,stratix10-clkmgr";
18*c66ec88fSEmmanuel Vadot		reg = <0xffd10000 0x1000>;
19*c66ec88fSEmmanuel Vadot		#clock-cells = <1>;
20*c66ec88fSEmmanuel Vadot	};
21