armada-xp-db.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. * Device Tree file for Marvell Armada XP evaluation board
  3. * (DB-78460-BP)
  4. *
  5. * Copyright (C) 2012 Marvell
  6. *
  7. * Lior Amsalem <alior@marvell.com>
  8. * Gregory CLEMENT <gregory.clement@free-electrons.com>
  9. * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  10. *
  11. * This file is licensed under the terms of the GNU General Public
  12. * License version 2. This program is licensed "as is" without any
  13. * warranty of any kind, whether express or implied.
  14. */
  15. /dts-v1/;
  16. /include/ "armada-xp.dtsi"
  17. / {
  18. model = "Marvell Armada XP Evaluation Board";
  19. compatible = "marvell,axp-db", "marvell,armadaxp", "marvell,armada-370-xp";
  20. chosen {
  21. bootargs = "console=ttyS0,115200 earlyprintk";
  22. };
  23. memory {
  24. device_type = "memory";
  25. reg = <0x00000000 0x80000000>; /* 2 GB */
  26. };
  27. soc {
  28. serial@d0012000 {
  29. clock-frequency = <250000000>;
  30. status = "okay";
  31. };
  32. serial@d0012100 {
  33. clock-frequency = <250000000>;
  34. status = "okay";
  35. };
  36. serial@d0012200 {
  37. clock-frequency = <250000000>;
  38. status = "okay";
  39. };
  40. serial@d0012300 {
  41. clock-frequency = <250000000>;
  42. status = "okay";
  43. };
  44. };
  45. };