ft1500a-devboard-16c-dsk.dts 720 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*
  2. * DTS file for Phytium FT1500A Generic board
  3. *
  4. * Copyright (C) 2015, Phytium Technology Co., Ltd.
  5. *
  6. * This file is licensed under a dual GPLv2 or BSD license.
  7. */
  8. /dts-v1/;
  9. /memreserve/ 0x80000000 0x80000;
  10. #include "ft1500a-16c-generic-psci-soc.dtsi"
  11. / {
  12. model = "FT1500A-16CORE-DSK Development Board";
  13. compatible = "phytium,ft-1500a";
  14. chosen {
  15. linux,pci-probe-only = <1>;
  16. stdout-path = "uart1:115200n8";
  17. };
  18. memory {
  19. device_type = "memory";
  20. reg = <0x0 0x80000000 0x0 0x80000000>; /* Updated by bootloader */
  21. };
  22. };
  23. &uart1 {
  24. status = "ok";
  25. };
  26. &i2c0 {
  27. status = "ok";
  28. };
  29. &i2c1 {
  30. status = "ok";
  31. };
  32. &wdt0 {
  33. status = "ok";
  34. };
  35. &gmac0 {
  36. phy-mode = "gmii";
  37. };
  38. &gmac1 {
  39. phy-mode = "gmii";
  40. };