exynos4412-prime.dtsi 916 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * Samsung's Exynos4412 Prime SoC device tree source
  3. *
  4. * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. /*
  12. * Exynos4412 Prime SoC revision supports higher CPU frequencies than
  13. * non-Prime version. Therefore we need to update OPPs table and
  14. * thermal maps accordingly.
  15. */
  16. &cpu0_opp_1500 {
  17. /delete-property/turbo-mode;
  18. };
  19. &cpu0_opp_table {
  20. opp@1600000000 {
  21. opp-hz = /bits/ 64 <1600000000>;
  22. opp-microvolt = <1350000>;
  23. clock-latency-ns = <200000>;
  24. };
  25. opp@1704000000 {
  26. opp-hz = /bits/ 64 <1704000000>;
  27. opp-microvolt = <1350000>;
  28. clock-latency-ns = <200000>;
  29. };
  30. };
  31. &cooling_map0 {
  32. cooling-device = <&cpu0 9 9>;
  33. };
  34. &cooling_map1 {
  35. cooling-device = <&cpu0 15 15>;
  36. };