oca4080.dts 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /*
  2. * OCA4080 Device Tree Source
  3. *
  4. * Copyright 2014 Prodrive Technologies B.V.
  5. *
  6. * Based on:
  7. * P4080DS Device Tree Source
  8. * Copyright 2009-2011 Freescale Semiconductor Inc.
  9. *
  10. * Redistribution and use in source and binary forms, with or without
  11. * modification, are permitted provided that the following conditions are met:
  12. * * Redistributions of source code must retain the above copyright
  13. * notice, this list of conditions and the following disclaimer.
  14. * * Redistributions in binary form must reproduce the above copyright
  15. * notice, this list of conditions and the following disclaimer in the
  16. * documentation and/or other materials provided with the distribution.
  17. * * Neither the name of Freescale Semiconductor nor the
  18. * names of its contributors may be used to endorse or promote products
  19. * derived from this software without specific prior written permission.
  20. *
  21. *
  22. * ALTERNATIVELY, this software may be distributed under the terms of the
  23. * GNU General Public License ("GPL") as published by the Free Software
  24. * Foundation, either version 2 of that License or (at your option) any
  25. * later version.
  26. *
  27. * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
  28. * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  29. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  30. * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
  31. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  32. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  33. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  34. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  35. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  36. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  37. */
  38. /include/ "p4080si-pre.dtsi"
  39. / {
  40. model = "fsl,OCA4080";
  41. compatible = "fsl,OCA4080";
  42. #address-cells = <2>;
  43. #size-cells = <2>;
  44. interrupt-parent = <&mpic>;
  45. memory {
  46. device_type = "memory";
  47. };
  48. reserved-memory {
  49. #address-cells = <2>;
  50. #size-cells = <2>;
  51. ranges;
  52. bman_fbpr: bman-fbpr {
  53. size = <0 0x1000000>;
  54. alignment = <0 0x1000000>;
  55. };
  56. qman_fqd: qman-fqd {
  57. size = <0 0x400000>;
  58. alignment = <0 0x400000>;
  59. };
  60. qman_pfdr: qman-pfdr {
  61. size = <0 0x2000000>;
  62. alignment = <0 0x2000000>;
  63. };
  64. };
  65. dcsr: dcsr@f00000000 {
  66. ranges = <0x00000000 0xf 0x00000000 0x01008000>;
  67. };
  68. bportals: bman-portals@ff4000000 {
  69. ranges = <0x0 0xf 0xf4000000 0x200000>;
  70. };
  71. qportals: qman-portals@ff4200000 {
  72. ranges = <0x0 0xf 0xf4200000 0x200000>;
  73. };
  74. soc: soc@ffe000000 {
  75. ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
  76. reg = <0xf 0xfe000000 0 0x00001000>;
  77. i2c@118000 {
  78. status = "disabled";
  79. };
  80. i2c@118100 {
  81. status = "disabled";
  82. };
  83. i2c@119000 {
  84. status = "disabled";
  85. };
  86. i2c@119100 {
  87. status = "disabled";
  88. };
  89. usb0: usb@210000 {
  90. status = "disabled";
  91. };
  92. usb1: usb@211000 {
  93. status = "disabled";
  94. };
  95. };
  96. rio: rapidio@ffe0c0000 {
  97. reg = <0xf 0xfe0c0000 0 0x11000>;
  98. port1 {
  99. ranges = <0 0 0xc 0x20000000 0 0x10000000>;
  100. };
  101. };
  102. lbc: localbus@ffe124000 {
  103. reg = <0xf 0xfe124000 0 0x1000>;
  104. ranges = <0 0 0xf 0xef800000 0x800000>;
  105. flash@0,0 {
  106. compatible = "cfi-flash";
  107. reg = <0 0 0x00800000>;
  108. bank-width = <2>;
  109. device-width = <2>;
  110. };
  111. };
  112. pci0: pcie@ffe200000 {
  113. status = "disabled";
  114. };
  115. pci1: pcie@ffe201000 {
  116. status = "disabled";
  117. };
  118. pci2: pcie@ffe202000 {
  119. status = "disabled";
  120. };
  121. };
  122. /include/ "p4080si-post.dtsi"