zynq-zed.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. aliases {
  20. ethernet0 = &gem0;
  21. serial0 = &uart1;
  22. };
  23. memory {
  24. device_type = "memory";
  25. reg = <0x0 0x20000000>;
  26. };
  27. chosen {
  28. bootargs = "earlycon";
  29. stdout-path = "serial0:115200n8";
  30. };
  31. usb_phy0: phy0 {
  32. compatible = "usb-nop-xceiv";
  33. #phy-cells = <0>;
  34. };
  35. };
  36. &clkc {
  37. ps-clk-frequency = <33333333>;
  38. };
  39. &gem0 {
  40. status = "okay";
  41. phy-mode = "rgmii-id";
  42. phy-handle = <&ethernet_phy>;
  43. ethernet_phy: ethernet-phy@0 {
  44. reg = <0>;
  45. };
  46. };
  47. &sdhci0 {
  48. status = "okay";
  49. };
  50. &uart1 {
  51. status = "okay";
  52. };
  53. &usb0 {
  54. status = "okay";
  55. dr_mode = "host";
  56. usb-phy = <&usb_phy0>;
  57. };