stih407-clock.dtsi 880 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Copyright (C) 2014 STMicroelectronics R&D Limited
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. / {
  9. clocks {
  10. /*
  11. * Fixed 30MHz oscillator inputs to SoC
  12. */
  13. clk_sysin: clk-sysin {
  14. #clock-cells = <0>;
  15. compatible = "fixed-clock";
  16. clock-frequency = <30000000>;
  17. };
  18. /*
  19. * ARM Peripheral clock for timers
  20. */
  21. arm_periph_clk: arm-periph-clk {
  22. #clock-cells = <0>;
  23. compatible = "fixed-clock";
  24. clock-frequency = <600000000>;
  25. };
  26. /*
  27. * Bootloader initialized system infrastructure clock for
  28. * serial devices.
  29. */
  30. clk_ext2f_a9: clockgen-c0@13 {
  31. #clock-cells = <0>;
  32. compatible = "fixed-clock";
  33. clock-frequency = <200000000>;
  34. clock-output-names = "clk-s-icn-reg-0";
  35. };
  36. };
  37. };