armada-xp-mv78260.dtsi 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. };
  45. gpio0: gpio@d0018100 {
  46. compatible = "marvell,orion-gpio";
  47. reg = <0xd0018100 0x40>;
  48. ngpios = <32>;
  49. gpio-controller;
  50. #gpio-cells = <2>;
  51. interrupt-controller;
  52. #interrupts-cells = <2>;
  53. interrupts = <82>, <83>, <84>, <85>;
  54. };
  55. gpio1: gpio@d0018140 {
  56. compatible = "marvell,orion-gpio";
  57. reg = <0xd0018140 0x40>;
  58. ngpios = <32>;
  59. gpio-controller;
  60. #gpio-cells = <2>;
  61. interrupt-controller;
  62. #interrupts-cells = <2>;
  63. interrupts = <87>, <88>, <89>, <90>;
  64. };
  65. gpio2: gpio@d0018180 {
  66. compatible = "marvell,orion-gpio";
  67. reg = <0xd0018180 0x40>;
  68. ngpios = <3>;
  69. gpio-controller;
  70. #gpio-cells = <2>;
  71. interrupt-controller;
  72. #interrupts-cells = <2>;
  73. interrupts = <91>;
  74. };
  75. ethernet@d0034000 {
  76. compatible = "marvell,armada-370-neta";
  77. reg = <0xd0034000 0x2500>;
  78. interrupts = <14>;
  79. clocks = <&gateclk 1>;
  80. status = "disabled";
  81. };
  82. };
  83. };