t208xqds.dtsi 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. /*
  2. * T2080/T2081 QDS Device Tree Source
  3. *
  4. * Copyright 2013 Freescale Semiconductor Inc.
  5. *
  6. * Redistribution and use in source and binary forms, with or without
  7. * modification, are permitted provided that the following conditions are met:
  8. * * Redistributions of source code must retain the above copyright
  9. * notice, this list of conditions and the following disclaimer.
  10. * * Redistributions in binary form must reproduce the above copyright
  11. * notice, this list of conditions and the following disclaimer in the
  12. * documentation and/or other materials provided with the distribution.
  13. * * Neither the name of Freescale Semiconductor nor the
  14. * names of its contributors may be used to endorse or promote products
  15. * derived from this software without specific prior written permission.
  16. *
  17. *
  18. * ALTERNATIVELY, this software may be distributed under the terms of the
  19. * GNU General Public License ("GPL") as published by the Free Software
  20. * Foundation, either version 2 of that License or (at your option) any
  21. * later version.
  22. *
  23. * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY
  24. * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  25. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  26. * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
  27. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  28. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  29. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  30. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  31. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  32. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33. */
  34. / {
  35. model = "fsl,T2080QDS";
  36. compatible = "fsl,T2080QDS";
  37. #address-cells = <2>;
  38. #size-cells = <2>;
  39. interrupt-parent = <&mpic>;
  40. ifc: localbus@ffe124000 {
  41. reg = <0xf 0xfe124000 0 0x2000>;
  42. ranges = <0 0 0xf 0xe8000000 0x08000000
  43. 2 0 0xf 0xff800000 0x00010000
  44. 3 0 0xf 0xffdf0000 0x00008000>;
  45. nor@0,0 {
  46. #address-cells = <1>;
  47. #size-cells = <1>;
  48. compatible = "cfi-flash";
  49. reg = <0x0 0x0 0x8000000>;
  50. bank-width = <2>;
  51. device-width = <1>;
  52. };
  53. nand@2,0 {
  54. #address-cells = <1>;
  55. #size-cells = <1>;
  56. compatible = "fsl,ifc-nand";
  57. reg = <0x2 0x0 0x10000>;
  58. };
  59. boardctrl: board-control@3,0 {
  60. #address-cells = <1>;
  61. #size-cells = <1>;
  62. compatible = "fsl,fpga-qixis";
  63. reg = <3 0 0x300>;
  64. ranges = <0 3 0 0x300>;
  65. };
  66. };
  67. memory {
  68. device_type = "memory";
  69. };
  70. dcsr: dcsr@f00000000 {
  71. ranges = <0x00000000 0xf 0x00000000 0x01072000>;
  72. };
  73. soc: soc@ffe000000 {
  74. ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
  75. reg = <0xf 0xfe000000 0 0x00001000>;
  76. spi@110000 {
  77. flash@0 {
  78. #address-cells = <1>;
  79. #size-cells = <1>;
  80. compatible = "micron,n25q128a11"; /* 16MB */
  81. reg = <0>;
  82. spi-max-frequency = <40000000>; /* input clock */
  83. };
  84. flash@1 {
  85. #address-cells = <1>;
  86. #size-cells = <1>;
  87. compatible = "sst,sst25wf040";
  88. reg = <1>;
  89. spi-max-frequency = <35000000>;
  90. };
  91. flash@2 {
  92. #address-cells = <1>;
  93. #size-cells = <1>;
  94. compatible = "eon,en25s64";
  95. reg = <2>;
  96. spi-max-frequency = <35000000>;
  97. };
  98. };
  99. i2c@118000 {
  100. pca9547@77 {
  101. compatible = "nxp,pca9547";
  102. reg = <0x77>;
  103. #address-cells = <1>;
  104. #size-cells = <0>;
  105. i2c@0 {
  106. #address-cells = <1>;
  107. #size-cells = <0>;
  108. reg = <0x0>;
  109. eeprom@50 {
  110. compatible = "at24,24c512";
  111. reg = <0x50>;
  112. };
  113. eeprom@51 {
  114. compatible = "at24,24c02";
  115. reg = <0x51>;
  116. };
  117. eeprom@57 {
  118. compatible = "at24,24c02";
  119. reg = <0x57>;
  120. };
  121. rtc@68 {
  122. compatible = "dallas,ds3232";
  123. reg = <0x68>;
  124. interrupts = <0x1 0x1 0 0>;
  125. };
  126. };
  127. i2c@1 {
  128. #address-cells = <1>;
  129. #size-cells = <0>;
  130. reg = <0x1>;
  131. eeprom@55 {
  132. compatible = "at24,24c02";
  133. reg = <0x55>;
  134. };
  135. };
  136. i2c@2 {
  137. #address-cells = <1>;
  138. #size-cells = <0>;
  139. reg = <0x2>;
  140. ina220@40 {
  141. compatible = "ti,ina220";
  142. reg = <0x40>;
  143. shunt-resistor = <1000>;
  144. };
  145. ina220@41 {
  146. compatible = "ti,ina220";
  147. reg = <0x41>;
  148. shunt-resistor = <1000>;
  149. };
  150. };
  151. };
  152. };
  153. sdhc@114000 {
  154. voltage-ranges = <1800 1800 3300 3300>;
  155. };
  156. };
  157. pci0: pcie@ffe240000 {
  158. reg = <0xf 0xfe240000 0 0x10000>;
  159. ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
  160. 0x01000000 0 0x00000000 0xf 0xf8000000 0x0 0x00010000>;
  161. pcie@0 {
  162. ranges = <0x02000000 0 0xe0000000
  163. 0x02000000 0 0xe0000000
  164. 0 0x20000000
  165. 0x01000000 0 0x00000000
  166. 0x01000000 0 0x00000000
  167. 0 0x00010000>;
  168. };
  169. };
  170. pci1: pcie@ffe250000 {
  171. reg = <0xf 0xfe250000 0 0x10000>;
  172. ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x10000000
  173. 0x01000000 0x0 0x00000000 0xf 0xf8010000 0x0 0x00010000>;
  174. pcie@0 {
  175. ranges = <0x02000000 0 0xe0000000
  176. 0x02000000 0 0xe0000000
  177. 0 0x20000000
  178. 0x01000000 0 0x00000000
  179. 0x01000000 0 0x00000000
  180. 0 0x00010000>;
  181. };
  182. };
  183. pci2: pcie@ffe260000 {
  184. reg = <0xf 0xfe260000 0 0x1000>;
  185. ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
  186. 0x01000000 0 0x00000000 0xf 0xf8020000 0 0x00010000>;
  187. pcie@0 {
  188. ranges = <0x02000000 0 0xe0000000
  189. 0x02000000 0 0xe0000000
  190. 0 0x20000000
  191. 0x01000000 0 0x00000000
  192. 0x01000000 0 0x00000000
  193. 0 0x00010000>;
  194. };
  195. };
  196. pci3: pcie@ffe270000 {
  197. reg = <0xf 0xfe270000 0 0x10000>;
  198. ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x10000000
  199. 0x01000000 0 0x00000000 0xf 0xf8030000 0 0x00010000>;
  200. pcie@0 {
  201. ranges = <0x02000000 0 0xe0000000
  202. 0x02000000 0 0xe0000000
  203. 0 0x20000000
  204. 0x01000000 0 0x00000000
  205. 0x01000000 0 0x00000000
  206. 0 0x00010000>;
  207. };
  208. };
  209. };