vulcan-eval.dts 754 B

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