Back to home page

OSCL-LXR

 
 

    


0001 * Clock bindings for the Cirrus Logic CLPS711X CPUs
0002 
0003 Required properties:
0004 - compatible       : Shall contain "cirrus,ep7209-clk".
0005 - reg              : Address of the internal register set.
0006 - startup-frequency: Factory set CPU startup frequency in HZ.
0007 - #clock-cells     : Should be <1>.
0008 
0009 The clock consumer should specify the desired clock by having the clock
0010 ID in its "clocks" phandle cell. See include/dt-bindings/clock/clps711x-clock.h
0011 for the full list of CLPS711X clock IDs.
0012 
0013 Example:
0014         clks: clks@80000000 {
0015                 #clock-cells = <1>;
0016                 compatible = "cirrus,ep7312-clk", "cirrus,ep7209-clk";
0017                 reg = <0x80000000 0xc000>;
0018                 startup-frequency = <73728000>;
0019         };