xref: /freebsd/sys/contrib/device-tree/Bindings/clock/oxnas,stdclk.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotOxford Semiconductor OXNAS SoC Family Standard Clocks
2*c66ec88fSEmmanuel Vadot================================================
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotPlease also refer to clock-bindings.txt in this directory for common clock
5*c66ec88fSEmmanuel Vadotbindings usage.
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotRequired properties:
8*c66ec88fSEmmanuel Vadot- compatible: For OX810SE, should be "oxsemi,ox810se-stdclk"
9*c66ec88fSEmmanuel Vadot	      For OX820, should be "oxsemi,ox820-stdclk"
10*c66ec88fSEmmanuel Vadot- #clock-cells: 1, see below
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel VadotParent node should have the following properties :
13*c66ec88fSEmmanuel Vadot- compatible: For OX810SE, should be
14*c66ec88fSEmmanuel Vadot		"oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
15*c66ec88fSEmmanuel Vadot	      For OX820, should be
16*c66ec88fSEmmanuel Vadot		"oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd"
17*c66ec88fSEmmanuel Vadot
18*c66ec88fSEmmanuel Vadotexample:
19*c66ec88fSEmmanuel Vadot
20*c66ec88fSEmmanuel Vadotsys: sys-ctrl@000000 {
21*c66ec88fSEmmanuel Vadot	compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
22*c66ec88fSEmmanuel Vadot	reg = <0x000000 0x100000>;
23*c66ec88fSEmmanuel Vadot
24*c66ec88fSEmmanuel Vadot	stdclk: stdclk {
25*c66ec88fSEmmanuel Vadot		compatible = "oxsemi,ox810se-stdclk";
26*c66ec88fSEmmanuel Vadot		#clock-cells = <1>;
27*c66ec88fSEmmanuel Vadot	};
28*c66ec88fSEmmanuel Vadot};
29