Back to home page

OSCL-LXR

 
 

    


0001 Oxford Semiconductor OXNAS SoC Family Standard Clocks
0002 ================================================
0003 
0004 Please also refer to clock-bindings.txt in this directory for common clock
0005 bindings usage.
0006 
0007 Required properties:
0008 - compatible: For OX810SE, should be "oxsemi,ox810se-stdclk"
0009               For OX820, should be "oxsemi,ox820-stdclk"
0010 - #clock-cells: 1, see below
0011 
0012 Parent node should have the following properties :
0013 - compatible: For OX810SE, should be
0014                 "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
0015               For OX820, should be
0016                 "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd"
0017 
0018 example:
0019 
0020 sys: sys-ctrl@000000 {
0021         compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
0022         reg = <0x000000 0x100000>;
0023 
0024         stdclk: stdclk {
0025                 compatible = "oxsemi,ox810se-stdclk";
0026                 #clock-cells = <1>;
0027         };
0028 };