zynqmp-zc1751-xm015-dc1.dts 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. /*
  2. * dts file for Xilinx ZynqMP zc1751-xm015-dc1
  3. *
  4. * (C) Copyright 2015, Xilinx, Inc.
  5. *
  6. * Michal Simek <michal.simek@xilinx.com>
  7. *
  8. * SPDX-License-Identifier: GPL-2.0+
  9. */
  10. /dts-v1/;
  11. #include "zynqmp.dtsi"
  12. #include "zynqmp-clk.dtsi"
  13. / {
  14. model = "ZynqMP zc1751-xm015-dc1 RevA";
  15. compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp";
  16. aliases {
  17. ethernet0 = &gem3;
  18. gpio0 = &gpio;
  19. i2c0 = &i2c1;
  20. mmc0 = &sdhci0;
  21. mmc1 = &sdhci1;
  22. rtc0 = &rtc;
  23. serial0 = &uart0;
  24. spi0 = &qspi;
  25. usb0 = &usb0;
  26. };
  27. chosen {
  28. bootargs = "earlycon";
  29. stdout-path = "serial0:115200n8";
  30. };
  31. memory@0 {
  32. device_type = "memory";
  33. reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>;
  34. };
  35. };
  36. /* fpd_dma clk 667MHz, lpd_dma 500MHz */
  37. &fpd_dma_chan1 {
  38. status = "okay";
  39. xlnx,include-sg; /* for testing purpose */
  40. xlnx,overfetch; /* for testing purpose */
  41. xlnx,ratectrl = <0>; /* for testing purpose */
  42. xlnx,src-issue = <31>;
  43. };
  44. &fpd_dma_chan2 {
  45. status = "okay";
  46. xlnx,ratectrl = <100>; /* for testing purpose */
  47. xlnx,src-issue = <4>; /* for testing purpose */
  48. };
  49. &fpd_dma_chan3 {
  50. status = "okay";
  51. };
  52. &fpd_dma_chan4 {
  53. status = "okay";
  54. xlnx,include-sg; /* for testing purpose */
  55. };
  56. &fpd_dma_chan5 {
  57. status = "okay";
  58. };
  59. &fpd_dma_chan6 {
  60. status = "okay";
  61. xlnx,include-sg; /* for testing purpose */
  62. };
  63. &fpd_dma_chan7 {
  64. status = "okay";
  65. };
  66. &fpd_dma_chan8 {
  67. status = "okay";
  68. xlnx,include-sg; /* for testing purpose */
  69. };
  70. &gem3 {
  71. status = "okay";
  72. local-mac-address = [00 0a 35 00 02 90];
  73. phy-handle = <&phy0>;
  74. phy-mode = "rgmii-id";
  75. phy0: phy@0 {
  76. reg = <0>;
  77. };
  78. };
  79. &gpio {
  80. status = "okay";
  81. };
  82. &gpu {
  83. status = "okay";
  84. };
  85. &i2c1 {
  86. status = "okay";
  87. clock-frequency = <400000>;
  88. eeprom@55 {
  89. compatible = "at,24c64"; /* 24AA64 */
  90. reg = <0x55>;
  91. };
  92. };
  93. &qspi {
  94. status = "okay";
  95. flash@0 {
  96. compatible = "m25p80"; /* Micron MT25QU512ABB8ESF */
  97. #address-cells = <1>;
  98. #size-cells = <1>;
  99. reg = <0x0>;
  100. spi-tx-bus-width = <1>;
  101. spi-rx-bus-width = <4>;
  102. spi-max-frequency = <108000000>; /* Based on DC1 spec */
  103. partition@qspi-fsbl-uboot { /* for testing purpose */
  104. label = "qspi-fsbl-uboot";
  105. reg = <0x0 0x100000>;
  106. };
  107. partition@qspi-linux { /* for testing purpose */
  108. label = "qspi-linux";
  109. reg = <0x100000 0x500000>;
  110. };
  111. partition@qspi-device-tree { /* for testing purpose */
  112. label = "qspi-device-tree";
  113. reg = <0x600000 0x20000>;
  114. };
  115. partition@qspi-rootfs { /* for testing purpose */
  116. label = "qspi-rootfs";
  117. reg = <0x620000 0x5E0000>;
  118. };
  119. };
  120. };
  121. &rtc {
  122. status = "okay";
  123. };
  124. &sata {
  125. status = "okay";
  126. /* SATA phy OOB timing settings */
  127. ceva,p0-cominit-params = /bits/ 8 <0x1B 0x4D 0x18 0x28>;
  128. ceva,p0-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>;
  129. ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
  130. ceva,p0-retry-params = /bits/ 16 <0x96A4 0x3FFC>;
  131. ceva,p1-cominit-params = /bits/ 8 <0x1B 0x4D 0x18 0x28>;
  132. ceva,p1-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>;
  133. ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
  134. ceva,p1-retry-params = /bits/ 16 <0x96A4 0x3FFC>;
  135. };
  136. /* eMMC */
  137. &sdhci0 {
  138. status = "okay";
  139. bus-width = <8>;
  140. xlnx,mio_bank = <0>;
  141. };
  142. /* SD1 with level shifter */
  143. &sdhci1 {
  144. status = "okay";
  145. no-1-8-v; /* for 1.0 silicon */
  146. xlnx,mio_bank = <1>;
  147. };
  148. &uart0 {
  149. status = "okay";
  150. };
  151. /* ULPI SMSC USB3320 */
  152. &usb0 {
  153. status = "okay";
  154. dr_mode = "host";
  155. };
  156. &xilinx_drm {
  157. status = "okay";
  158. };
  159. &xlnx_dp {
  160. status = "okay";
  161. };
  162. &xlnx_dp_sub {
  163. status = "okay";
  164. xlnx,vid-clk-pl;
  165. };
  166. &xlnx_dp_snd_pcm0 {
  167. status = "okay";
  168. };
  169. &xlnx_dp_snd_pcm1 {
  170. status = "okay";
  171. };
  172. &xlnx_dp_snd_card {
  173. status = "okay";
  174. };
  175. &xlnx_dp_snd_codec0 {
  176. status = "okay";
  177. };
  178. &xlnx_dpdma {
  179. status = "okay";
  180. };