omap443x.dtsi 596 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Device Tree Source for OMAP443x SoC
  3. *
  4. * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. /include/ "omap4.dtsi"
  11. / {
  12. cpus {
  13. cpu@0 {
  14. /* OMAP443x variants OPP50-OPPNT */
  15. operating-points = <
  16. /* kHz uV */
  17. 300000 1025000
  18. 600000 1200000
  19. 800000 1313000
  20. 1008000 1375000
  21. >;
  22. clock-latency = <300000>; /* From legacy driver */
  23. };
  24. };
  25. };