armada-xp-matrix.dts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree file for Marvell Armada XP Matrix board
  4. *
  5. * Copyright (C) 2013 Marvell
  6. *
  7. * Lior Amsalem <[email protected]>
  8. */
  9. /dts-v1/;
  10. #include "armada-xp-mv78460.dtsi"
  11. / {
  12. model = "Marvell Armada XP Matrix Board";
  13. compatible = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
  14. chosen {
  15. stdout-path = "serial0:115200n8";
  16. };
  17. memory@0 {
  18. device_type = "memory";
  19. /*
  20. * This board has 4 GB of RAM, but the last 256 MB of
  21. * RAM are not usable due to the overlap with the MBus
  22. * Window address range
  23. */
  24. reg = <0 0x00000000 0 0xf0000000>;
  25. };
  26. soc {
  27. ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
  28. MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
  29. MBUS_ID(0x09, 0x09) 0 0 0xf1100000 0x10000
  30. MBUS_ID(0x09, 0x05) 0 0 0xf1110000 0x10000>;
  31. internal-regs {
  32. serial@12000 {
  33. status = "okay";
  34. };
  35. serial@12100 {
  36. status = "okay";
  37. };
  38. serial@12200 {
  39. status = "okay";
  40. };
  41. serial@12300 {
  42. status = "okay";
  43. };
  44. sata@a0000 {
  45. nr-ports = <2>;
  46. status = "okay";
  47. };
  48. ethernet@30000 {
  49. status = "okay";
  50. phy-mode = "sgmii";
  51. fixed-link {
  52. speed = <1000>;
  53. full-duplex;
  54. };
  55. };
  56. usb@50000 {
  57. status = "okay";
  58. };
  59. };
  60. };
  61. };
  62. &pciec {
  63. status = "okay";
  64. pcie@1,0 {
  65. /* Port 0, Lane 0 */
  66. status = "okay";
  67. };
  68. };