zynq-zc702.dts 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /*
  2. * Copyright (C) 2011 - 2014 Xilinx
  3. * Copyright (C) 2012 National Instruments Corp.
  4. *
  5. * This software is licensed under the terms of the GNU General Public
  6. * License version 2, as published by the Free Software Foundation, and
  7. * may be copied, distributed, and modified under those terms.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. */
  14. /dts-v1/;
  15. /include/ "zynq-7000.dtsi"
  16. / {
  17. model = "Zynq ZC702 Development Board";
  18. compatible = "xlnx,zynq-zc702", "xlnx,zynq-7000";
  19. memory {
  20. device_type = "memory";
  21. reg = <0x0 0x40000000>;
  22. };
  23. chosen {
  24. bootargs = "console=ttyPS0,115200 earlyprintk";
  25. };
  26. leds {
  27. compatible = "gpio-leds";
  28. ds23 {
  29. label = "ds23";
  30. gpios = <&gpio0 10 0>;
  31. linux,default-trigger = "heartbeat";
  32. };
  33. };
  34. };
  35. &can0 {
  36. status = "okay";
  37. };
  38. &gem0 {
  39. status = "okay";
  40. phy-mode = "rgmii-id";
  41. phy-handle = <&ethernet_phy>;
  42. ethernet_phy: ethernet-phy@7 {
  43. reg = <7>;
  44. };
  45. };
  46. &i2c0 {
  47. status = "okay";
  48. clock-frequency = <400000>;
  49. i2cswitch@74 {
  50. compatible = "nxp,pca9548";
  51. #address-cells = <1>;
  52. #size-cells = <0>;
  53. reg = <0x74>;
  54. i2c@0 {
  55. #address-cells = <1>;
  56. #size-cells = <0>;
  57. reg = <0>;
  58. si570: clock-generator@5d {
  59. #clock-cells = <0>;
  60. compatible = "silabs,si570";
  61. temperature-stability = <50>;
  62. reg = <0x5d>;
  63. factory-fout = <156250000>;
  64. clock-frequency = <148500000>;
  65. };
  66. };
  67. i2c@2 {
  68. #address-cells = <1>;
  69. #size-cells = <0>;
  70. reg = <2>;
  71. eeprom@54 {
  72. compatible = "at,24c08";
  73. reg = <0x54>;
  74. };
  75. };
  76. i2c@3 {
  77. #address-cells = <1>;
  78. #size-cells = <0>;
  79. reg = <3>;
  80. gpio@21 {
  81. compatible = "ti,tca6416";
  82. reg = <0x21>;
  83. gpio-controller;
  84. #gpio-cells = <2>;
  85. };
  86. };
  87. i2c@4 {
  88. #address-cells = <1>;
  89. #size-cells = <0>;
  90. reg = <4>;
  91. rtc@51 {
  92. compatible = "nxp,pcf8563";
  93. reg = <0x51>;
  94. };
  95. };
  96. i2c@7 {
  97. #address-cells = <1>;
  98. #size-cells = <0>;
  99. reg = <7>;
  100. hwmon@52 {
  101. compatible = "ti,ucd9248";
  102. reg = <52>;
  103. };
  104. hwmon@53 {
  105. compatible = "ti,ucd9248";
  106. reg = <53>;
  107. };
  108. hwmon@54 {
  109. compatible = "ti,ucd9248";
  110. reg = <54>;
  111. };
  112. };
  113. };
  114. };
  115. &sdhci0 {
  116. status = "okay";
  117. };
  118. &uart1 {
  119. status = "okay";
  120. };