armada-xp-mv78460.dtsi 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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 MV78460 SoC that are not
  13. * common to all Armada XP SoCs.
  14. */
  15. /include/ "armada-xp.dtsi"
  16. / {
  17. model = "Marvell Armada XP MV78460 SoC";
  18. compatible = "marvell,armadaxp-mv78460", "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. cpu@2 {
  40. device_type = "cpu";
  41. compatible = "marvell,sheeva-v7";
  42. reg = <2>;
  43. clocks = <&cpuclk 2>;
  44. };
  45. cpu@3 {
  46. device_type = "cpu";
  47. compatible = "marvell,sheeva-v7";
  48. reg = <3>;
  49. clocks = <&cpuclk 3>;
  50. };
  51. };
  52. soc {
  53. pinctrl {
  54. compatible = "marvell,mv78460-pinctrl";
  55. reg = <0xd0018000 0x38>;
  56. };
  57. gpio0: gpio@d0018100 {
  58. compatible = "marvell,orion-gpio";
  59. reg = <0xd0018100 0x40>;
  60. ngpios = <32>;
  61. gpio-controller;
  62. #gpio-cells = <2>;
  63. interrupt-controller;
  64. #interrupts-cells = <2>;
  65. interrupts = <82>, <83>, <84>, <85>;
  66. };
  67. gpio1: gpio@d0018140 {
  68. compatible = "marvell,orion-gpio";
  69. reg = <0xd0018140 0x40>;
  70. ngpios = <32>;
  71. gpio-controller;
  72. #gpio-cells = <2>;
  73. interrupt-controller;
  74. #interrupts-cells = <2>;
  75. interrupts = <87>, <88>, <89>, <90>;
  76. };
  77. gpio2: gpio@d0018180 {
  78. compatible = "marvell,orion-gpio";
  79. reg = <0xd0018180 0x40>;
  80. ngpios = <3>;
  81. gpio-controller;
  82. #gpio-cells = <2>;
  83. interrupt-controller;
  84. #interrupts-cells = <2>;
  85. interrupts = <91>;
  86. };
  87. ethernet@d0034000 {
  88. compatible = "marvell,armada-370-neta";
  89. reg = <0xd0034000 0x2500>;
  90. interrupts = <14>;
  91. clocks = <&gateclk 1>;
  92. status = "disabled";
  93. };
  94. };
  95. };