apm-mustang.dts 843 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*
  2. * dts file for AppliedMicro (APM) Mustang Board
  3. *
  4. * Copyright (C) 2013, Applied Micro Circuits Corporation
  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/ "apm-storm.dtsi"
  13. / {
  14. model = "APM X-Gene Mustang board";
  15. compatible = "apm,mustang", "apm,xgene-storm";
  16. chosen { };
  17. memory {
  18. device_type = "memory";
  19. reg = < 0x1 0x00000000 0x0 0x80000000 >; /* Updated by bootloader */
  20. };
  21. };
  22. &pcie0clk {
  23. status = "ok";
  24. };
  25. &pcie0 {
  26. status = "ok";
  27. };
  28. &serial0 {
  29. status = "ok";
  30. };
  31. &menet {
  32. status = "ok";
  33. };
  34. &sgenet0 {
  35. status = "ok";
  36. };
  37. &sgenet1 {
  38. status = "ok";
  39. };
  40. &xgenet {
  41. status = "ok";
  42. };