zynq-zed.dts 1016 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 Zed Development Board";
  18. compatible = "xlnx,zynq-zed", "xlnx,zynq-7000";
  19. memory {
  20. device_type = "memory";
  21. reg = <0x0 0x20000000>;
  22. };
  23. chosen {
  24. bootargs = "console=ttyPS0,115200 earlyprintk";
  25. };
  26. };
  27. &gem0 {
  28. status = "okay";
  29. phy-mode = "rgmii-id";
  30. phy-handle = <&ethernet_phy>;
  31. ethernet_phy: ethernet-phy@0 {
  32. reg = <0>;
  33. };
  34. };
  35. &sdhci0 {
  36. status = "okay";
  37. };
  38. &uart1 {
  39. status = "okay";
  40. };