clps711x-clock.txt 664 B

12345678910111213141516171819
  1. * Clock bindings for the Cirrus Logic CLPS711X CPUs
  2. Required properties:
  3. - compatible : Shall contain "cirrus,clps711x-clk".
  4. - reg : Address of the internal register set.
  5. - startup-frequency: Factory set CPU startup frequency in HZ.
  6. - #clock-cells : Should be <1>.
  7. The clock consumer should specify the desired clock by having the clock
  8. ID in its "clocks" phandle cell. See include/dt-bindings/clock/clps711x-clock.h
  9. for the full list of CLPS711X clock IDs.
  10. Example:
  11. clks: clks@80000000 {
  12. #clock-cells = <1>;
  13. compatible = "cirrus,ep7312-clk", "cirrus,clps711x-clk";
  14. reg = <0x80000000 0xc000>;
  15. startup-frequency = <73728000>;
  16. };