kmcent2.dts 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * Keymile kmcent2 Device Tree Source, based on T1040RDB DTS
  4. *
  5. * (C) Copyright 2016
  6. * Valentin Longchamp, Keymile AG, [email protected]
  7. *
  8. * Copyright 2014 - 2015 Freescale Semiconductor Inc.
  9. */
  10. /include/ "t104xsi-pre.dtsi"
  11. / {
  12. model = "keymile,kmcent2";
  13. compatible = "keymile,kmcent2";
  14. aliases {
  15. front_phy = &front_phy;
  16. };
  17. reserved-memory {
  18. #address-cells = <2>;
  19. #size-cells = <2>;
  20. ranges;
  21. bman_fbpr: bman-fbpr {
  22. size = <0 0x1000000>;
  23. alignment = <0 0x1000000>;
  24. };
  25. qman_fqd: qman-fqd {
  26. size = <0 0x400000>;
  27. alignment = <0 0x400000>;
  28. };
  29. qman_pfdr: qman-pfdr {
  30. size = <0 0x2000000>;
  31. alignment = <0 0x2000000>;
  32. };
  33. };
  34. ifc: localbus@ffe124000 {
  35. reg = <0xf 0xfe124000 0 0x2000>;
  36. ranges = <0 0 0xf 0xe8000000 0x04000000
  37. 1 0 0xf 0xfa000000 0x00010000
  38. 2 0 0xf 0xfb000000 0x00010000
  39. 4 0 0xf 0xc0000000 0x08000000
  40. 6 0 0xf 0xd0000000 0x08000000
  41. 7 0 0xf 0xd8000000 0x08000000>;
  42. nor@0,0 {
  43. #address-cells = <1>;
  44. #size-cells = <1>;
  45. compatible = "cfi-flash";
  46. reg = <0x0 0x0 0x04000000>;
  47. bank-width = <2>;
  48. device-width = <2>;
  49. };
  50. nand@1,0 {
  51. #address-cells = <1>;
  52. #size-cells = <1>;
  53. compatible = "fsl,ifc-nand";
  54. reg = <0x1 0x0 0x10000>;
  55. };
  56. board-control@2,0 {
  57. compatible = "keymile,qriox";
  58. reg = <0x2 0x0 0x80>;
  59. };
  60. chassis-mgmt@6,0 {
  61. compatible = "keymile,bfticu";
  62. reg = <6 0 0x100>;
  63. interrupt-controller;
  64. interrupt-parent = <&mpic>;
  65. interrupts = <11 1 0 0>;
  66. #interrupt-cells = <1>;
  67. };
  68. };
  69. memory {
  70. device_type = "memory";
  71. };
  72. dcsr: dcsr@f00000000 {
  73. ranges = <0x00000000 0xf 0x00000000 0x01072000>;
  74. };
  75. bportals: bman-portals@ff4000000 {
  76. ranges = <0x0 0xf 0xf4000000 0x2000000>;
  77. };
  78. qportals: qman-portals@ff6000000 {
  79. ranges = <0x0 0xf 0xf6000000 0x2000000>;
  80. };
  81. soc: soc@ffe000000 {
  82. ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
  83. reg = <0xf 0xfe000000 0 0x00001000>;
  84. spi@110000 {
  85. network-clock@1 {
  86. compatible = "zarlink,zl30364";
  87. reg = <1>;
  88. spi-max-frequency = <1000000>;
  89. };
  90. };
  91. sdhc@114000 {
  92. status = "disabled";
  93. };
  94. i2c@118000 {
  95. clock-frequency = <100000>;
  96. mux@70 {
  97. compatible = "nxp,pca9547";
  98. reg = <0x70>;
  99. #address-cells = <1>;
  100. #size-cells = <0>;
  101. i2c-mux-idle-disconnect;
  102. i2c@0 {
  103. reg = <0>;
  104. #address-cells = <1>;
  105. #size-cells = <0>;
  106. eeprom@54 {
  107. compatible = "atmel,24c02";
  108. reg = <0x54>;
  109. pagesize = <2>;
  110. read-only;
  111. label = "ddr3-spd";
  112. };
  113. };
  114. i2c@7 {
  115. reg = <7>;
  116. #address-cells = <1>;
  117. #size-cells = <0>;
  118. temp-sensor@48 {
  119. compatible = "national,lm75";
  120. reg = <0x48>;
  121. label = "SENSOR_0";
  122. };
  123. temp-sensor@4a {
  124. compatible = "national,lm75";
  125. reg = <0x4a>;
  126. label = "SENSOR_2";
  127. };
  128. temp-sensor@4b {
  129. compatible = "national,lm75";
  130. reg = <0x4b>;
  131. label = "SENSOR_3";
  132. };
  133. };
  134. };
  135. };
  136. i2c@118100 {
  137. clock-frequency = <100000>;
  138. eeprom@50 {
  139. compatible = "atmel,24c08";
  140. reg = <0x50>;
  141. pagesize = <16>;
  142. };
  143. eeprom@54 {
  144. compatible = "atmel,24c08";
  145. reg = <0x54>;
  146. pagesize = <16>;
  147. };
  148. };
  149. i2c@119000 {
  150. status = "disabled";
  151. };
  152. i2c@119100 {
  153. status = "disabled";
  154. };
  155. serial2: serial@11d500 {
  156. status = "disabled";
  157. };
  158. serial3: serial@11d600 {
  159. status = "disabled";
  160. };
  161. usb0: usb@210000 {
  162. status = "disabled";
  163. };
  164. usb1: usb@211000 {
  165. status = "disabled";
  166. };
  167. display@180000 {
  168. status = "disabled";
  169. };
  170. sata@220000 {
  171. status = "disabled";
  172. };
  173. sata@221000 {
  174. status = "disabled";
  175. };
  176. fman@400000 {
  177. ethernet@e0000 {
  178. phy-mode = "sgmii";
  179. fixed-link {
  180. speed = <1000>;
  181. full-duplex;
  182. };
  183. };
  184. ethernet@e2000 {
  185. phy-mode = "sgmii";
  186. fixed-link {
  187. speed = <1000>;
  188. full-duplex;
  189. };
  190. };
  191. ethernet@e4000 {
  192. status = "disabled";
  193. };
  194. ethernet@e6000 {
  195. status = "disabled";
  196. };
  197. ethernet@e8000 {
  198. phy-handle = <&front_phy>;
  199. phy-mode = "rgmii-id";
  200. };
  201. mdio0: mdio@fc000 {
  202. front_phy: ethernet-phy@11 {
  203. reg = <0x11>;
  204. };
  205. };
  206. };
  207. };
  208. pci0: pcie@ffe240000 {
  209. reg = <0xf 0xfe240000 0 0x10000>;
  210. ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000
  211. 0x01000000 0 0x00000000 0xf 0xf8000000 0x0 0x00010000>;
  212. pcie@0 {
  213. ranges = <0x02000000 0 0xe0000000
  214. 0x02000000 0 0xe0000000
  215. 0 0x20000000
  216. 0x01000000 0 0x00000000
  217. 0x01000000 0 0x00000000
  218. 0 0x00010000>;
  219. };
  220. };
  221. pci1: pcie@ffe250000 {
  222. status = "disabled";
  223. reg = <0xf 0xfe250000 0 0x10000>;
  224. ranges = <0x02000000 0 0xe0000000 0xc 0x10000000 0 0x10000000
  225. 0x01000000 0 0 0xf 0xf8010000 0 0x00010000>;
  226. pcie@0 {
  227. ranges = <0x02000000 0 0xe0000000
  228. 0x02000000 0 0xe0000000
  229. 0 0x10000000
  230. 0x01000000 0 0x00000000
  231. 0x01000000 0 0x00000000
  232. 0 0x00010000>;
  233. };
  234. };
  235. pci2: pcie@ffe260000 {
  236. status = "disabled";
  237. reg = <0xf 0xfe260000 0 0x10000>;
  238. ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000
  239. 0x01000000 0 0x00000000 0xf 0xf8020000 0 0x00010000>;
  240. pcie@0 {
  241. ranges = <0x02000000 0 0xe0000000
  242. 0x02000000 0 0xe0000000
  243. 0 0x10000000
  244. 0x01000000 0 0x00000000
  245. 0x01000000 0 0x00000000
  246. 0 0x00010000>;
  247. };
  248. };
  249. pci3: pcie@ffe270000 {
  250. status = "disabled";
  251. reg = <0xf 0xfe270000 0 0x10000>;
  252. ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
  253. 0x01000000 0 0x00000000 0xf 0xf8030000 0 0x00010000>;
  254. pcie@0 {
  255. ranges = <0x02000000 0 0xe0000000
  256. 0x02000000 0 0xe0000000
  257. 0 0x10000000
  258. 0x01000000 0 0x00000000
  259. 0x01000000 0 0x00000000
  260. 0 0x00010000>;
  261. };
  262. };
  263. qe: qe@ffe140000 {
  264. ranges = <0x0 0xf 0xfe140000 0x40000>;
  265. reg = <0xf 0xfe140000 0 0x480>;
  266. brg-frequency = <0>;
  267. bus-frequency = <0>;
  268. si1: si@700 {
  269. compatible = "fsl,t1040-qe-si";
  270. reg = <0x700 0x80>;
  271. };
  272. siram1: siram@1000 {
  273. compatible = "fsl,t1040-qe-siram";
  274. reg = <0x1000 0x800>;
  275. };
  276. ucc_hdlc: ucc@2000 {
  277. device_type = "hdlc";
  278. compatible = "fsl,ucc-hdlc";
  279. rx-clock-name = "clk9";
  280. tx-clock-name = "clk9";
  281. fsl,hdlc-bus;
  282. };
  283. };
  284. };
  285. #include "t1040si-post.dtsi"