zynq-zc770-xm011.dts 869 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Xilinx ZC770 XM011 board DTS
  4. *
  5. * Copyright (C) 2013-2018 Xilinx, Inc.
  6. */
  7. /dts-v1/;
  8. #include "zynq-7000.dtsi"
  9. / {
  10. model = "Xilinx ZC770 XM011 board";
  11. compatible = "xlnx,zynq-zc770-xm011", "xlnx,zynq-7000";
  12. aliases {
  13. i2c0 = &i2c1;
  14. serial0 = &uart1;
  15. spi0 = &spi0;
  16. };
  17. chosen {
  18. bootargs = "";
  19. stdout-path = "serial0:115200n8";
  20. };
  21. memory@0 {
  22. device_type = "memory";
  23. reg = <0x0 0x40000000>;
  24. };
  25. usb_phy1: phy1 {
  26. compatible = "usb-nop-xceiv";
  27. #phy-cells = <0>;
  28. };
  29. };
  30. &can0 {
  31. status = "okay";
  32. };
  33. &i2c1 {
  34. status = "okay";
  35. clock-frequency = <400000>;
  36. eeprom: eeprom@52 {
  37. compatible = "atmel,24c02";
  38. reg = <0x52>;
  39. };
  40. };
  41. &spi0 {
  42. status = "okay";
  43. num-cs = <4>;
  44. is-decoded-cs = <0>;
  45. };
  46. &uart1 {
  47. status = "okay";
  48. };
  49. &usb1 {
  50. status = "okay";
  51. dr_mode = "host";
  52. usb-phy = <&usb_phy1>;
  53. };