armada-xp-mv78260.dtsi 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /*
  2. * Device Tree Include file for Marvell Armada XP family SoC
  3. *
  4. * Copyright (C) 2012 Marvell
  5. *
  6. * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  7. *
  8. * This file is licensed under the terms of the GNU General Public
  9. * License version 2. This program is licensed "as is" without any
  10. * warranty of any kind, whether express or implied.
  11. *
  12. * Contains definitions specific to the Armada XP MV78260 SoC that are not
  13. * common to all Armada XP SoCs.
  14. */
  15. /include/ "armada-xp.dtsi"
  16. / {
  17. model = "Marvell Armada XP MV78260 SoC";
  18. compatible = "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp";
  19. aliases {
  20. gpio0 = &gpio0;
  21. gpio1 = &gpio1;
  22. gpio2 = &gpio2;
  23. };
  24. cpus {
  25. #address-cells = <1>;
  26. #size-cells = <0>;
  27. cpu@0 {
  28. device_type = "cpu";
  29. compatible = "marvell,sheeva-v7";
  30. reg = <0>;
  31. clocks = <&cpuclk 0>;
  32. };
  33. cpu@1 {
  34. device_type = "cpu";
  35. compatible = "marvell,sheeva-v7";
  36. reg = <1>;
  37. clocks = <&cpuclk 1>;
  38. };
  39. };
  40. soc {
  41. pinctrl {
  42. compatible = "marvell,mv78260-pinctrl";
  43. reg = <0xd0018000 0x38>;
  44. sdio_pins: sdio-pins {
  45. marvell,pins = "mpp30", "mpp31", "mpp32",
  46. "mpp33", "mpp34", "mpp35";
  47. marvell,function = "sd0";
  48. };
  49. };
  50. gpio0: gpio@d0018100 {
  51. compatible = "marvell,orion-gpio";
  52. reg = <0xd0018100 0x40>;
  53. ngpios = <32>;
  54. gpio-controller;
  55. #gpio-cells = <2>;
  56. interrupt-controller;
  57. #interrupts-cells = <2>;
  58. interrupts = <82>, <83>, <84>, <85>;
  59. };
  60. gpio1: gpio@d0018140 {
  61. compatible = "marvell,orion-gpio";
  62. reg = <0xd0018140 0x40>;
  63. ngpios = <32>;
  64. gpio-controller;
  65. #gpio-cells = <2>;
  66. interrupt-controller;
  67. #interrupts-cells = <2>;
  68. interrupts = <87>, <88>, <89>, <90>;
  69. };
  70. gpio2: gpio@d0018180 {
  71. compatible = "marvell,orion-gpio";
  72. reg = <0xd0018180 0x40>;
  73. ngpios = <3>;
  74. gpio-controller;
  75. #gpio-cells = <2>;
  76. interrupt-controller;
  77. #interrupts-cells = <2>;
  78. interrupts = <91>;
  79. };
  80. ethernet@d0034000 {
  81. compatible = "marvell,armada-370-neta";
  82. reg = <0xd0034000 0x2500>;
  83. interrupts = <14>;
  84. clocks = <&gateclk 1>;
  85. status = "disabled";
  86. };
  87. };
  88. };