fsl-ls2088a.dtsi 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree Include file for Freescale Layerscape-2088A family SoC.
  4. *
  5. * Copyright 2016 Freescale Semiconductor, Inc.
  6. * Copyright 2017 NXP
  7. *
  8. * Abhimanyu Saini <abhimanyu.saini@nxp.com>
  9. *
  10. */
  11. #include "fsl-ls208xa.dtsi"
  12. &cpu {
  13. cpu0: cpu@0 {
  14. device_type = "cpu";
  15. compatible = "arm,cortex-a72";
  16. reg = <0x0>;
  17. clocks = <&clockgen 1 0>;
  18. cpu-idle-states = <&CPU_PW20>;
  19. next-level-cache = <&cluster0_l2>;
  20. #cooling-cells = <2>;
  21. };
  22. cpu1: cpu@1 {
  23. device_type = "cpu";
  24. compatible = "arm,cortex-a72";
  25. reg = <0x1>;
  26. clocks = <&clockgen 1 0>;
  27. cpu-idle-states = <&CPU_PW20>;
  28. next-level-cache = <&cluster0_l2>;
  29. #cooling-cells = <2>;
  30. };
  31. cpu2: cpu@100 {
  32. device_type = "cpu";
  33. compatible = "arm,cortex-a72";
  34. reg = <0x100>;
  35. clocks = <&clockgen 1 1>;
  36. cpu-idle-states = <&CPU_PW20>;
  37. next-level-cache = <&cluster1_l2>;
  38. #cooling-cells = <2>;
  39. };
  40. cpu3: cpu@101 {
  41. device_type = "cpu";
  42. compatible = "arm,cortex-a72";
  43. reg = <0x101>;
  44. clocks = <&clockgen 1 1>;
  45. cpu-idle-states = <&CPU_PW20>;
  46. next-level-cache = <&cluster1_l2>;
  47. #cooling-cells = <2>;
  48. };
  49. cpu4: cpu@200 {
  50. device_type = "cpu";
  51. compatible = "arm,cortex-a72";
  52. reg = <0x200>;
  53. clocks = <&clockgen 1 2>;
  54. next-level-cache = <&cluster2_l2>;
  55. cpu-idle-states = <&CPU_PW20>;
  56. #cooling-cells = <2>;
  57. };
  58. cpu5: cpu@201 {
  59. device_type = "cpu";
  60. compatible = "arm,cortex-a72";
  61. reg = <0x201>;
  62. clocks = <&clockgen 1 2>;
  63. cpu-idle-states = <&CPU_PW20>;
  64. next-level-cache = <&cluster2_l2>;
  65. #cooling-cells = <2>;
  66. };
  67. cpu6: cpu@300 {
  68. device_type = "cpu";
  69. compatible = "arm,cortex-a72";
  70. reg = <0x300>;
  71. clocks = <&clockgen 1 3>;
  72. cpu-idle-states = <&CPU_PW20>;
  73. next-level-cache = <&cluster3_l2>;
  74. #cooling-cells = <2>;
  75. };
  76. cpu7: cpu@301 {
  77. device_type = "cpu";
  78. compatible = "arm,cortex-a72";
  79. reg = <0x301>;
  80. clocks = <&clockgen 1 3>;
  81. cpu-idle-states = <&CPU_PW20>;
  82. next-level-cache = <&cluster3_l2>;
  83. #cooling-cells = <2>;
  84. };
  85. cluster0_l2: l2-cache0 {
  86. compatible = "cache";
  87. };
  88. cluster1_l2: l2-cache1 {
  89. compatible = "cache";
  90. };
  91. cluster2_l2: l2-cache2 {
  92. compatible = "cache";
  93. };
  94. cluster3_l2: l2-cache3 {
  95. compatible = "cache";
  96. };
  97. CPU_PW20: cpu-pw20 {
  98. compatible = "arm,idle-state";
  99. idle-state-name = "PW20";
  100. arm,psci-suspend-param = <0x0>;
  101. entry-latency-us = <2000>;
  102. exit-latency-us = <2000>;
  103. min-residency-us = <6000>;
  104. };
  105. };
  106. &pcie1 {
  107. compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
  108. reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */
  109. 0x20 0x00000000 0x0 0x00002000>; /* configuration space */
  110. ranges = <0x81000000 0x0 0x00000000 0x20 0x00010000 0x0 0x00010000
  111. 0x82000000 0x0 0x40000000 0x20 0x40000000 0x0 0x40000000>;
  112. };
  113. &pcie2 {
  114. compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
  115. reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */
  116. 0x28 0x00000000 0x0 0x00002000>; /* configuration space */
  117. ranges = <0x81000000 0x0 0x00000000 0x28 0x00010000 0x0 0x00010000
  118. 0x82000000 0x0 0x40000000 0x28 0x40000000 0x0 0x40000000>;
  119. };
  120. &pcie3 {
  121. compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
  122. reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */
  123. 0x30 0x00000000 0x0 0x00002000>; /* configuration space */
  124. ranges = <0x81000000 0x0 0x00000000 0x30 0x00010000 0x0 0x00010000
  125. 0x82000000 0x0 0x40000000 0x30 0x40000000 0x0 0x40000000>;
  126. };
  127. &pcie4 {
  128. compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
  129. reg = <0x00 0x03700000 0x0 0x00100000 /* controller registers */
  130. 0x38 0x00000000 0x0 0x00002000>; /* configuration space */
  131. ranges = <0x81000000 0x0 0x00000000 0x38 0x00010000 0x0 0x00010000
  132. 0x82000000 0x0 0x40000000 0x38 0x40000000 0x0 0x40000000>;
  133. };