zynqmp-ep108.dts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /*
  2. * dts file for Xilinx ZynqMP ep108 development board
  3. *
  4. * (C) Copyright 2014 - 2015, Xilinx, Inc.
  5. *
  6. * Michal Simek <michal.simek@xilinx.com>
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License as
  10. * published by the Free Software Foundation; either version 2 of
  11. * the License, or (at your option) any later version.
  12. */
  13. /dts-v1/;
  14. /include/ "zynqmp.dtsi"
  15. /include/ "zynqmp-ep108-clk.dtsi"
  16. / {
  17. model = "ZynqMP EP108";
  18. aliases {
  19. serial0 = &uart0;
  20. };
  21. chosen {
  22. stdout-path = "serial0:115200n8";
  23. };
  24. memory@0 {
  25. device_type = "memory";
  26. reg = <0x0 0x0 0x0 0x40000000>;
  27. };
  28. };
  29. &can0 {
  30. status = "okay";
  31. };
  32. &gem0 {
  33. status = "okay";
  34. phy-handle = <&phy0>;
  35. phy-mode = "rgmii-id";
  36. phy0: phy@0{
  37. reg = <0>;
  38. max-speed = <100>;
  39. };
  40. };
  41. &gpio {
  42. status = "okay";
  43. };
  44. &i2c0 {
  45. status = "okay";
  46. clock-frequency = <400000>;
  47. eeprom@54 {
  48. compatible = "at,24c64";
  49. reg = <0x54>;
  50. };
  51. };
  52. &i2c1 {
  53. status = "okay";
  54. clock-frequency = <400000>;
  55. eeprom@55 {
  56. compatible = "at,24c64";
  57. reg = <0x55>;
  58. };
  59. };
  60. &sata {
  61. status = "okay";
  62. ceva,broken-gen2;
  63. };
  64. &sdhci0 {
  65. status = "okay";
  66. };
  67. &sdhci1 {
  68. status = "okay";
  69. };
  70. &spi0 {
  71. status = "okay";
  72. num-cs = <1>;
  73. spi0_flash0: spi0_flash0@0 {
  74. compatible = "m25p80";
  75. #address-cells = <1>;
  76. #size-cells = <1>;
  77. spi-max-frequency = <50000000>;
  78. reg = <0>;
  79. spi0_flash0@00000000 {
  80. label = "spi0_flash0";
  81. reg = <0x0 0x100000>;
  82. };
  83. };
  84. };
  85. &spi1 {
  86. status = "okay";
  87. num-cs = <1>;
  88. spi1_flash0: spi1_flash0@0 {
  89. compatible = "m25p80";
  90. #address-cells = <1>;
  91. #size-cells = <1>;
  92. spi-max-frequency = <50000000>;
  93. reg = <0>;
  94. spi1_flash0@00000000 {
  95. label = "spi1_flash0";
  96. reg = <0x0 0x100000>;
  97. };
  98. };
  99. };
  100. &uart0 {
  101. status = "okay";
  102. };
  103. &usb0 {
  104. status = "okay";
  105. dr_mode = "peripheral";
  106. maximum-speed = "high-speed";
  107. };
  108. &usb1 {
  109. status = "okay";
  110. dr_mode = "host";
  111. maximum-speed = "high-speed";
  112. };
  113. &watchdog0 {
  114. status = "okay";
  115. };