renesas,r8a7779-cpg-clocks.txt 761 B

12345678910111213141516171819202122232425262728
  1. * Renesas R8A7779 Clock Pulse Generator (CPG)
  2. The CPG generates core clocks for the R8A7779. It includes one PLL and
  3. several fixed ratio dividers
  4. Required Properties:
  5. - compatible: Must be "renesas,r8a7779-cpg-clocks"
  6. - reg: Base address and length of the memory resource used by the CPG
  7. - clocks: Reference to the parent clock
  8. - #clock-cells: Must be 1
  9. - clock-output-names: The names of the clocks. Supported clocks are "plla",
  10. "z", "zs", "s", "s1", "p", "b", "out".
  11. Example
  12. -------
  13. cpg_clocks: cpg_clocks@ffc80000 {
  14. compatible = "renesas,r8a7779-cpg-clocks";
  15. reg = <0 0xffc80000 0 0x30>;
  16. clocks = <&extal_clk>;
  17. #clock-cells = <1>;
  18. clock-output-names = "plla", "z", "zs", "s", "s1", "p",
  19. "b", "out";
  20. };