thunder2-99xx.dts 797 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * dts file for Cavium ThunderX2 CN99XX Evaluation Platform
  3. *
  4. * Copyright (c) 2017 Cavium Inc.
  5. * Copyright (c) 2013-2016 Broadcom
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License as
  9. * published by the Free Software Foundation; either version 2 of
  10. * the License, or (at your option) any later version.
  11. */
  12. /dts-v1/;
  13. #include "thunder2-99xx.dtsi"
  14. / {
  15. model = "Cavium ThunderX2 CN99XX";
  16. compatible = "cavium,thunderx2-cn9900", "brcm,vulcan-soc";
  17. memory {
  18. device_type = "memory";
  19. reg = <0x00000000 0x80000000 0x0 0x80000000>, /* 2G @ 2G */
  20. <0x00000008 0x80000000 0x0 0x80000000>; /* 2G @ 34G */
  21. };
  22. aliases {
  23. serial0 = &uart0;
  24. };
  25. chosen {
  26. stdout-path = "serial0:115200n8";
  27. };
  28. };