zynq-zed.dts 853 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * Copyright (C) 2011 Xilinx
  3. * Copyright (C) 2012 National Instruments Corp.
  4. * Copyright (C) 2013 Xilinx
  5. *
  6. * This software is licensed under the terms of the GNU General Public
  7. * License version 2, as published by the Free Software Foundation, and
  8. * may be copied, distributed, and modified under those terms.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. */
  15. /dts-v1/;
  16. /include/ "zynq-7000.dtsi"
  17. / {
  18. model = "Zynq Zed Development Board";
  19. compatible = "xlnx,zynq-7000";
  20. memory {
  21. device_type = "memory";
  22. reg = <0 0x20000000>;
  23. };
  24. chosen {
  25. bootargs = "console=ttyPS0,115200 earlyprintk";
  26. };
  27. };
  28. &uart1 {
  29. status = "okay";
  30. };